what is pointer ? what is the use of pointer?
Answer Posted / sri harsha
pointer is lock to house.house is any data.mainly for
saving space,security we will use pointers.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When would you use a pointer to a function?
What is the difference between near, far and huge pointers?
What is the use of define in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Does free set pointer to null?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What happens if header file is included twice?
What are preprocessor directives in c?
What is hashing in c language?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What does 1f stand for?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain the difference between the local variable and global variable in c?
Explain the difference between call by value and call by reference in c language?