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 is strcmp in c?
What are static variables in c?
What are the functions to open and close the file in c language?
What is difference between main and void main?
What's the total generic pointer type?
What is typedef example?
What are the different types of C instructions?
Can a program have two main functions?
Explain how can you restore a redirected standard stream?
How to write c functions that modify head pointer of a linked list?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is a void pointer in c?
What is default value of global variable in c?
writ a program to compare using strcmp VIVA and viva with its output.
write a program to rearrange the array such way that all even elements should come first and next come odd