What is c preprocessor mean?


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

Post New Answer

More C Interview Questions

If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


What does the error message "DGROUP exceeds 64K" mean?

0 Answers   Celstream,


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


What is the method to save data in stack data structure type?

0 Answers  






can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


compare array with pointer?

1 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

0 Answers   Wipro,


Categories