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
What is ## preprocessor operator in c?
What is your stream meaning?
What is an operator?
What are the 5 types of inheritance in c ++?
Can we change the value of #define in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Which one would you prefer - a macro or a function?
Compare array data type to pointer data type
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the use of linkage in c language?
Can we access the array using a pointer in c language?
Write a program to swap two numbers without using the third variable?
Where are the auto variables stored?
What is the difference between ++a and a++?
pierrot's divisor program using c or c++ code