Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is a NULL pointer?

Answer Posted / prameela rani

it is a pointer which points nothing.
it does not point any thing

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does struct work in c?

1129


What is a method in c?

1208


How can I automatically locate a programs configuration files in the same directory as the executable?

1227


Why c is called procedure oriented language?

1102


Are comments included during the compilation stage and placed in the EXE file as well?

1125


Explain a pre-processor and its advantages.

1186


Describe the order of precedence with regards to operators in C.

1097


Can we assign string to char pointer?

1170


Can a local variable be volatile in c?

1050


how to find binary of number?

4531


Is main is a keyword in c?

1174


What are the application of c?

1157


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1222


Explain what is the advantage of a random access file?

1175


Write a program to swap two numbers without using a temporary variable?

1178