Answer Posted / s.s.venkatesh
Pointer is also a variable,that is used to refer the memory
location of the particular variable(that is pointer
variable).
In pointer,we can get address of the particular variable by
using ambuson(&) symbol.
we can get the value by using asterisk(*) symbol.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is c platform dependent?
Write a program to check prime number in c programming?
What is const and volatile in c?
Can variables be declared anywhere in c?
What are multibyte characters?
What is return type in c?
Why dont c comments nest?
What is realloc in c?
What is the use of header files?
difference between Low, Middle, High Level languages in c ?
What is an arrays?
Why is a semicolon (;) put at the end of every program statement?
Who developed c language?
How does #define work?
ATM machine and railway reservation class/object diagram