Explain what are the standard predefined macros?


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

Post New Answer

More C Interview Questions

Can we declare function inside main?

0 Answers  


ratio,age,persentage

0 Answers  


where do we use volatile keyword?

1 Answers  


What is static and volatile in c?

0 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  






Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


how do you execute a c program in unix.

0 Answers  


Write a program to generate prime factors of a given integer?

2 Answers  


How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


How does free() know how many bytes to free?

8 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


Categories