What standard functions are available to manipulate strings?
No Answer is Posted For this Question
Be the First to Post Answer
How to draw the flowchart for structure programs?
c language interview questions & answer
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
How will you divide two numbers in a MACRO?
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
What are the advantages of external class?
Explain how can a program be made to print the name of a source file where an error occurs?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Disadvantages of C language.
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Write a program in c to input a 5 digit number and print it in words.