what is the difference between normal variables and pointer
variables..............
Answer Posted / naga raju
a pointer is nothing more than an address, and a pointer variable is just a variable that can store an address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which is better between malloc and calloc?
What is the maximum length of an identifier?
What is getch?
Explain high-order bytes.
What is linear search?
What is the process to create increment and decrement stamen in c?
Explain about block scope in c?
How can you check to see whether a symbol is defined?
code for replace tabs with equivalent number of blanks
What is data structure in c language?
How to get string length of given string in c?
Is javascript based on c?
What is the difference between array and pointer in c?
What are the types of data files?
What is scanf () in c?