Answer Posted / vignesh1988i
pointer is a secondary constant and a derived data type which can hold a address or point to a particular memory location (LOGICALLY) of the same data type in which pointer variable has been declared......
syntax :
(data type) *variable_name;
integer pointer can hold only integer variable address
character pointer can hold only character variable address
floating pointer can hold only float variable address
thank u
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many bytes are occupied by near, far and huge pointers (dos)?
what value is returned to operating system after program execution?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is a built-in function in C?
What is character constants?
How can I handle floating-point exceptions gracefully?
What are valid operations on pointers?
What is character set?
What is a shell structure examples?
What is context in c?
How do you construct an increment statement or decrement statement in C?
What is a void pointer? When is a void pointer used?
i got 75% in all semester am i eligible for your company
What do header files do?