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
What are integer variable, floating-point variable and character variable?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
what is different between auto and local static? why should we use local static?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Do pointers store the address of value or the actual value of a variable?
What is #define used for in c?
What is static and auto variables in c?
Can you write the function prototype, definition and mention the other requirements.
What is dangling pointer in c?
What is the equivalent code of the following statement in WHILE LOOP format?
Are the variables argc and argv are local to main?
What is variable and explain rules to declare variable in c?
What are enums in c?
What is linear search?
What is binary tree in c?