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
What are header files in c?
How can I implement sets or arrays of bits?
How do you generate random numbers in C?
How can I make it pause before closing the program output window?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What are the uses of null pointers?
What is main () in c?
What is a pointer in c plus plus?
What are the different file extensions involved when programming in C?
What is selection sort in c?
What are pointers really good for, anyway?
how can I convert a string to a number?
What is hungarian notation? Is it worthwhile?
Explain why C language is procedural?
What is a c token and types of c tokens?