Explain what are the __date__ and __time__ preprocessor commands?
What is new line escape sequence?
Explain how can you tell whether a program was compiled using c versus c++?
Explain how can I right-justify a string?
What are the application of void data type in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the use of #include in c?
What is the difference between text files and binary files?
When is the “void” keyword used in a function?
what type of questions arrive in interview over c programming?
How do I swap bytes?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Tell me when is a void pointer used?
Do you know the use of fflush() function?
What is bubble sort technique in c?