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

If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


what is void pointer?

1 Answers   Wipro,


What is NULL pointer?

0 Answers   Infosys,


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  






What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,


How would you obtain the current time and difference between two times?

0 Answers   TISL,


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


Categories