What is preprocessor with example?


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

Post New Answer

More C Interview Questions

A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


why effort estimation is important?

1 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


What is c token?

0 Answers  






please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


how to find binary of number?

2 Answers  


What is local and global variable in c?

0 Answers  


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


what is pointer

1 Answers   TCS,


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


Categories