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
What does c in a circle mean?
When was c language developed?
Simplify the program segment if X = B then C ← true else C ← false
What is meant by keywords in c?
What are pointers? What are different types of pointers?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How can you return multiple values from a function?
Explain what does the format %10.2 mean when included in a printf statement?
What is static identifier?
What is pre-emptive data structure and explain it with example?
how to find binary of number?
What is the -> in c?
Explain logical errors? Compare with syntax errors.
What do header files do?
Is c# a good language?