what is the difference between normal variables and pointer
variables..............
Answer Posted / mani
Normal variable:memory size of variables depends upon respective datatype; if int it'll take 2byte , char will take 1 byte.
Pointer variable:memory size of pointer variable is constant that is 4byte in gcc compiler irrespective of any datatype.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why are algorithms important in c program?
What is hashing in c language?
code for replace tabs with equivalent number of blanks
What are the basic data types associated with c?
Explain which function in c can be used to append a string to another string?
Which is an example of a structural homology?
What is a static variable in c?
What is array of structure in c?
Which is the best website to learn c programming?
What are 3 types of structures?
What is the meaning of typedef struct in c?
What is a protocol in c?
Is it better to use malloc() or calloc()?
How do we declare variables in c?
Why c is known as a mother language?