explain how do you use macro?


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

Post New Answer

More C Interview Questions

What is use of bit field?

0 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  


What is a ternary operator in c?

0 Answers  






State two uses of pointers in C?

0 Answers   Aspire, Infogain,


What is the benefit of using const for declaring constants?

0 Answers  


What are the different types of control structures in programming?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 Answers  


Do pointers need to be initialized?

0 Answers  


i need all types of question paper releted to "c" and other language.

0 Answers  


How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,


Categories