In which header file is the null macro defined?


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

Post New Answer

More C Interview Questions

why effort estimation is important?

1 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


What is the use of parallelize in spark?

0 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


How was c created?

0 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


Why main function is special give two reasons?

0 Answers  


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


Can a pointer be null?

0 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


Categories