Where define directive used?


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

Post New Answer

More C Interview Questions

WHAT IS PRE POSSESSORS?

6 Answers   TATA,


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


Differentiate between Macro and ordinary definition.

0 Answers   Motorola,


How can I change their mode to binary?

0 Answers  


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,






How does free() know how many bytes to free?

8 Answers  


What is a null pointer in c?

0 Answers  


How to set file pointer to beginning c?

0 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


How many types of operators are there in c?

0 Answers  


what is the difference between declaration and definition of a variable or function ?

3 Answers  


O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

9 Answers   ADP,


Categories