what is the difference between normal variables and pointer
variables..............
Answer Posted / sasireka
normal variable contains tha value of variable either int
or float whereas pointer variable contains the address of
another variable
| Is This Answer Correct ? | 65 Yes | 32 No |
Post New Answer View All Answers
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What kind of structure is a house?
How do I send escape sequences to control a terminal or other device?
What are the complete rules for header file searching?
Why does the call char scanf work?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is nested structure in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Difference between Function to pointer and pointer to function
What is pointer to pointer in c?
Can 'this' pointer by used in the constructor?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain how can you restore a redirected standard stream?
Explain that why C is procedural?