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

Is stack a keyword in c?

0 Answers  


what is a function method?give example?

0 Answers  


All technical questions

0 Answers   TCS,


why we are using semicolon at the end of printh statment

2 Answers   HCL,


how to add two numbers without using arithmetic operators?

4 Answers  


what is mallloc()?how it works?

4 Answers   Excel,


Explain what is the difference between far and near ?

0 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


what is use of loop?

10 Answers   Infosys,


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


Explain how many levels deep can include files be nested?

0 Answers  


Categories