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

Explain #pragma statements.

0 Answers  


Define and explain about ! Operator?

0 Answers  


Differentiate b/w Modify and Update commands giving example.

1 Answers  


what is difference between declaring the pointer as int and char in c language?

3 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  






can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


How can I do graphics in c?

0 Answers  


Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


Write a program to find given number is even or odd without using any control statement.

2 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Categories