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 does the c in ctime mean?
What is the size of a union variable?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are the types of variables in c?
Explain 'bit masking'?
Explain how does free() know explain how much memory to release?
Why is c used in embedded systems?
What are pointers? What are stacks and queues?
Does c have an equivalent to pascals with statement?
What is echo in c programming?
What are the different types of linkage exist in c?
What are identifiers in c?
What do mean by network ?
What will the preprocessor do for a program?
What are linked lists in c?