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
Which header file is used for clrscr?
Tell us something about keyword 'auto'.
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Explain how do you use a pointer to a function?
How can I read data from data files with particular formats?
How can you tell whether a program was compiled using c versus c++?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are the advantages of Macro over function?
What is #define in c?
Explain what is meant by high-order and low-order bytes?
What is a nested formula?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How to establish connection with oracle database software from c language?