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


Please Help Members By Posting Answers For Below Questions

Does c have function or method?

579


Why are all header files not declared in every c program?

592


What is c programming structure?

612


can any one tel me wt is the question pattern for NIC exam

1551


What is sizeof array in c?

586






What is bubble sort in c?

627


Explain what does it mean when a pointer is used in an if statement?

607


Why is void main used?

606


explain what are pointers?

610


How does sizeof know array size?

614


what do you mean by inline function in C?

605


What is sizeof c?

596


Explain what is #line used for?

599


Define VARIABLE?

682


What is the difference between NULL and NUL?

716