What will the preprocessor do for a program?


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

Post New Answer

More C Interview Questions

difference between object file and executable file

0 Answers  


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


How can I call a function with an argument list built up at run time?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,






difference between loading and linking

1 Answers  


Is c high or low level?

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


What does stand for?

0 Answers  


What is the difference between arrays and pointers?

0 Answers  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


Why static variable is used in c?

0 Answers  


Categories