What is define c?


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

Post New Answer

More C Interview Questions

what do you mean by defining a variable in our c code?

2 Answers  


Why c is known as a mother language?

0 Answers  


What are register variables in c?

0 Answers  


What is the size of empty structure in c?

0 Answers  


What does c mean?

0 Answers  






the data type used for unlimited value in c and how to do this program

1 Answers  


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


write a program without using main function?

2 Answers   TCS,


Why is #define used?

0 Answers  


What is difference between function overloading and operator overloading?

0 Answers  


what are the stages of compilation

1 Answers   Bosch,


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


Categories