How does #define work?


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

Post New Answer

More C Interview Questions

Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


What do you mean by c?

0 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


pascal triangle program

2 Answers  


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  






char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


What are extern variables in c?

0 Answers  


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

0 Answers  


What is line in c preprocessor?

0 Answers  


What is the purpose of sprintf?

0 Answers  


Does c have circular shift operators?

0 Answers  


How do you override a defined macro?

0 Answers  


Categories