What is the purpose of macro in C language?


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

Post New Answer

More C Interview Questions

How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


Explain how do you list a file’s date and time?

0 Answers  


int *a[5] refers to

12 Answers   TCS,


Why is this loop always executing once?

0 Answers  


explain about storage of union elements.

2 Answers   ABC, Bosch,


Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


Why do we need arrays in c?

0 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


What is the use of #define preprocessor in c?

0 Answers  


What are the 4 data types?

0 Answers  


Categories