wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / shiva
* int Variable Stores a integer Value..
int pointer Stores a address of a integer Variable
* Float Variable Stores a Float Value..
Float pointer Stores a address of a Float Variable
* Char Variable Stores a Single Character
Char Pointer Stores Sequence of Characters
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain what is the best way to comment out a section of code that contains comments?
What is console in c language?
What is the advantage of c?
Why is event driven programming or procedural programming, better within specific scenario?
What does void main return?
What oops means?
What is the benefit of using #define to declare a constant?
How does selection sort work in c?
Why is c platform dependent?
Should I learn c before c++?
How do we print only part of a string in c?
What does 3 mean in texting?
What are qualifiers?
What is difference between far and near pointers?
What is a void pointer? When is a void pointer used?