How can I manipulate strings of multibyte characters?
Can you subtract pointers from each other? Why would you?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
will u please send me the placement papers to my mail???????????????????
sum of two integers values only other then integer it should print invalid input.
What are linked lists in c?
What is exit() function?
What does c value mean?
what are enumerations in C
What does c mean in basketball?
How can we open a file in Binary mode and Text mode?what is the difference?
Why is main function so important?
Can a pointer be null?