What is a null pointer in c?


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

Post New Answer

More C Interview Questions

all c language question

0 Answers   Wipro,


2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  


what is c?

4 Answers   IBM, TCS,


Is c call by value?

0 Answers  


how to go with this?

1 Answers   Wipro,


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


What is exit() function?

0 Answers  


Explain union.

0 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


Categories