Archives

How to fix the Oracle error DRG-11717: attempt to add Related Term string to non-Preferred Term string?

In this post, you’ll learn more about the Oracle ErrorDRG-11717: attempt to add Related Term string to non-Preferred Term string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-11717: attempt to add Related Term string to non-Preferred Term string Reason for the Error DRG-11717: attempt to add Related Term string to non-Preferred Term string…

How to fix the Oracle error LSX-00311: local element or attribute shouldn’t be namespace qualified?

In this post, you’ll learn more about the Oracle ErrorLSX-00311: local element or attribute shouldn’t be namespace qualified with the details on why you receive this error and the possible solution to fix it. Oracle Error Description LSX-00311: local element or attribute shouldn’t be namespace qualified Reason for the Error LSX-00311: local element or attribute shouldn’t be namespace qualified Cause: Element or attribute name is…

C Program to count the number of digits in an Integer

Problem Write a program in C to cound the number of digits in an integer that was entered by the user. How to count the number of digits in an integer in turbo C ? Output Abundantcode.com Coding sample                                                   Enter an integer: 50102                                                Number of digits: 5