How many levels of pointers have?
What is string concatenation in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain how can you tell whether two strings are the same?
using only #include
How do you write a program which produces its own source code as output?
What is the code in while loop that returns the output of given code?
What is volatile, register definition in C
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
List the difference between a "copy constructor" and a "assignment operator"?
What are the advantages of the functions?
What the different types of arrays in c?
How old is c programming language?
What is sizeof int?
differentiate built-in functions and user – defined functions.