Explain 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

Can i use Two or More Main Funtion in any C program.?

4 Answers  


What is binary tree in c?

0 Answers  


how to create c progarm without void main()?

1 Answers   NIIT,


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 Answers  


What is floating point constants?

0 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


What is the modulus operator?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Categories