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

how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


what is use#in c

3 Answers  


Do you know the difference between exit() and _exit() function in c?

0 Answers  






which types of data structure will i use to convert infix to post fix???

5 Answers   IIT,


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


What are the advantages and disadvantages of pointers?

0 Answers  


difference between spiral and waterfall model

1 Answers  


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


Categories