what is the difference between normal variables and pointer
variables..............
Answer Posted / priyanka
It gives the value stored at a particular address
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is getch () for?
What does main () mean in c?
What is #include stdio h?
What is the purpose of clrscr () printf () and getch ()?
Linked lists -- can you tell me how to check whether a linked list is circular?
Where static variables are stored in memory in c?
How many levels of indirection in pointers can you have in a single declaration?
What is New modifiers?
What's the total generic pointer type?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
how can f be used for both float and double arguments in printf? Are not they different types?
c program for searching a student details among 10 student details
What is a pointer in c?
Is array name a pointer?
What is the difference between functions abs() and fabs()?