Explain 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

a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


Explain demand paging.

1 Answers   Agilent,


What are operators in c?

0 Answers  


#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,


what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string

3 Answers  






what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


What does a pointer variable always consist of?

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


What is return in c programming?

0 Answers  


What is the best style for code layout in c?

0 Answers  


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


How to add two numbers with using function?

4 Answers  


Categories