what is pointer?

Answer Posted / shashikanth

pointer is a variable which can holds the addrese of another object.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a static function in c?

856


Explain the ternary tree?

802


Dont ansi function prototypes render lint obsolete?

831


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

908


What are the 4 data types?

782


What is string constants?

897


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'); }

945


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

927


What is time null in c?

769


How is a null pointer different from a dangling pointer?

795


Explain the difference between malloc() and calloc() function?

813


Explain c preprocessor?

879


What are the 5 elements of structure?

826


Why are algorithms important in c program?

851


What do you understand by normalization of pointers?

834