What is #error and use of it?


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

Post New Answer

More C Interview Questions

value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


What does sizeof return c?

0 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


How would you sort a linked list?

1 Answers  


What are disadvantages of C language.

0 Answers   iNautix,






What is typedf?

0 Answers  


What is return in c programming?

0 Answers  


ASCII stands for

1 Answers  


What are qualifiers in c?

0 Answers  


What are the applications of c language?

0 Answers  


Can a variable be both constant and volatile?

0 Answers  


How variables are declared in c?

0 Answers  


Categories