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
Describe the modifier in c?
What is the use of linkage in c language?
What is the difference between functions abs() and fabs()?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
List some of the dynamic data structures in C?
Is it valid to address one element beyond the end of an array?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Hai what is the different types of versions and their differences
What are the application of c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the difference between Printf(..) and sprint(...) ?
What is the use of bitwise operator?
what is stack , heap ,code segment,and data segment
What are the rules for the identifier?
When should structures be passed by values or by references?