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


Please Help Members By Posting Answers For Below Questions

Difference between MAC vs. IP Addressing

861


Which of these functions is safer to use : fgets(), gets()? Why?

889


What are different storage class specifiers in c?

879


What do you mean by dynamic memory allocation in c?

869


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1075


What type of function is main ()?

818


What is zero based addressing?

943


How can this be legal c?

851


What is the use of a static variable in c?

808


Why we use int main and void main?

811


Explain the advantages and disadvantages of macros.

861


What does struct node * mean?

824


What is s in c?

853


What does c mean?

787


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1194