wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / jeeva
pointers always stores the address of the variable that it
is referred to....
when it is int pointer it means that the value at the
address that pointer holds is a integer (whole number)....
when it is char pointer it means that the value at the
address that pointer holds is a character....
when it is float pointer it means that the value at the
address that pointer holds is a floating point number....
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are nested functions in c?
explain what is a newline escape sequence?
Why is %d used in c?
Is linux written in c?
What is a pointer and how it is initialized?
What is the meaning of ?
How to Throw some light on the splay trees?
Can i use “int” data type to store the value 32768? Why?
What is static and auto variables in c?
write a program fibonacci series and palindrome program in c
What is break in c?
How to draw the flowchart for structure programs?
What will the preprocessor do for a program?
what is the different bitween abap and abap-hr?
Why c language?