what is the code to display color fonts in the output?
What is an auto keyword in c?
What are the application of void data type in c?
difference between object file and executable file
Why is c called c not d or e?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What should be keep precautions while using the recursion method?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
Differentiate between new and malloc(), delete and free() ?
what is the use of ~ in c lang?????
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 ].
What is echo in c programming?
Explain can static variables be declared in a header file?