What is the use of a conditional inclusion statement in C?


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

Post New Answer

More C Interview Questions

If I have a char * variable pointing to the name of a function ..

0 Answers  


what are non standard function in c

0 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

0 Answers  


What is the c language function prototype?

0 Answers  


difference between c and c++?

2 Answers  


What does == mean in texting?

0 Answers  


can we implement multi-threads in c.

0 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


Categories