What is null pointer constant?


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

Post New Answer

More C Interview Questions

what is the stackpointer

2 Answers  


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


Why static variable is used in c?

0 Answers  


What is a dynamic array in c?

0 Answers  


how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,






What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }

2 Answers  


What is an array? What the different types of arrays in c?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What does 4d mean in c?

0 Answers  


What does node * mean?

0 Answers  


Hai why 'c' is the middle language

4 Answers  


When is the “void” keyword used in a function?

1 Answers  


Categories