What is #define in c?


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

Post New Answer

More C Interview Questions

What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  


string reverse using recursion

0 Answers   Mind Tree,


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


Can a variable be both const and volatile?

0 Answers  


Explain the meaning of keyword 'extern' in a function declaration.

0 Answers  


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


What is the difference between ++a and a++?

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


What are the similarities between c and c++?

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,


Write a c program to demonstrate Type casting in c?

2 Answers  


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


Categories