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


Please Help Members By Posting Answers For Below Questions

What are header files in c?

830


How can I implement sets or arrays of bits?

831


How do you generate random numbers in C?

939


How can I make it pause before closing the program output window?

819


Why isn't any of this standardized in c? Any real program has to do some of these things.

952


What are the uses of null pointers?

807


What is main () in c?

801


What is a pointer in c plus plus?

948


What are the different file extensions involved when programming in C?

1022


What is selection sort in c?

821


What are pointers really good for, anyway?

827


how can I convert a string to a number?

824


What is hungarian notation? Is it worthwhile?

966


Explain why C language is procedural?

989


What is a c token and types of c tokens?

832