What is define directive?


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

Post New Answer

More C Interview Questions

What is the meaning of int *x[]();?

1 Answers  


All technical questions

0 Answers   TCS,


What are the different types of pointers used in c language?

0 Answers  


what will the following program do? void main() { int i; char a[]="String"; char *p="New Sring"; char *Temp; Temp=a; a=malloc(strlen(p) + 1); strcpy(a,p); //Line no:9// p = malloc(strlen(Temp) + 1); strcpy(p,Temp); printf("(%s, %s)",a,p); free(p); free(a); } //Line no 15// a) Swap contents of p & a and print:(New string, string) b) Generate compilation error in line number 8 c) Generate compilation error in line number 5 d) Generate compilation error in line number 7 e) Generate compilation error in line number 1

1 Answers   IBM,


What is pass by reference in functions?

0 Answers  






What kind of structure is a house?

0 Answers  


what is array?

63 Answers   Amdocs, HCL,


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


What does typedef struct mean?

0 Answers  


How do you generate random numbers in C?

0 Answers  


what are the stages of compilation

1 Answers   Bosch,


When was c language developed?

0 Answers  


Categories