wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / herok
int variable takes interger values but int pointer can take
address of an integer variable and also int variable takes
mainly 2 bytes and int pointer takes 4 bytes of memory
space.
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Difference between MAC vs. IP Addressing
Which of these functions is safer to use : fgets(), gets()? Why?
What are different storage class specifiers in c?
What do you mean by dynamic memory allocation in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What type of function is main ()?
What is zero based addressing?
How can this be legal c?
What is the use of a static variable in c?
Why we use int main and void main?
Explain the advantages and disadvantages of macros.
What does struct node * mean?
What is s in c?
What does c mean?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?