What are the __date__ and __time__ preprocessor commands?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between array and pointer?

0 Answers  


What is a scope resolution operator in c?

0 Answers  


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

0 Answers   Mindteck,


why integer range between -327680to+32767

2 Answers  


What is actual argument?

0 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


How will you allocate memory to a double pointer ?

2 Answers  


What are external variables in c?

0 Answers  


how to add numbers without using arithmetic operators.

14 Answers   TCS,


What are the rules for identifiers in c?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


Is int a keyword in c?

0 Answers  


Categories