Answer Posted / anil yadav
A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is header file definition?
Why shouldn’t I start variable names with underscores?
What is static function in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Can you add pointers together? Why would you?
Why isn't it being handled properly?
Is c call by value?
How main function is called in c?
how to write a c program to print list of fruits in alpabetical order?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What happens if header file is included twice?
What is the difference between call by value and call by reference in c?
Are the variables argc and argv are local to main?
Write a program with dynamically allocation of variable.
Explain the use of fflush() function?