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
What is a static function in c?
Explain the ternary tree?
Dont ansi function prototypes render lint obsolete?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What are the 4 data types?
What is string constants?
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'); }
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is time null in c?
How is a null pointer different from a dangling pointer?
Explain the difference between malloc() and calloc() function?
Explain c preprocessor?
What are the 5 elements of structure?
Why are algorithms important in c program?
What do you understand by normalization of pointers?