What is NULL pointer?


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

Post New Answer

More C Interview Questions

What is static memory allocation? Explain

0 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


What are derived data types in c?

0 Answers  


What are the 5 data types?

0 Answers  


What is #pragma statements?

0 Answers  


What is assignment operator?

0 Answers  


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


What does int main () mean?

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


Why do we use namespace feature?

0 Answers  


what is object oriental programing?

1 Answers  


Categories