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

What are the 5 organizational structures?

0 Answers  


Explain bit masking in c?

0 Answers  


hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,






what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


What are the different types of errors?

0 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


What are void pointers in c?

0 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


difference between memcpy and strcpy

1 Answers  


What is static memory allocation? Explain

0 Answers  


Categories