what is the difference between normal variables and pointer
variables..............
Answer Posted / supriya basak
Normal variable is a variable which can hold a value as like
eg. int,float or char,it may be signed or unsigned and take
different memory space as per as their data type.But the
pointer variable is a variable which hold the address of a
another variable,and it is obviously unsigned and take
always 2 byte in memory space.
| Is This Answer Correct ? | 88 Yes | 23 No |
Post New Answer View All Answers
Is javascript written in c?
Why doesnt the call scanf work?
The __________ attribute is used to announce variables based on definitions of columns in a table?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
I have a varargs function which accepts a float parameter?
When c language was developed?
How can you be sure that a program follows the ANSI C standard?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is linear search?
What is pointer to pointer in c language?
Is c# a good language?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Explain how are 16- and 32-bit numbers stored?
What is the importance of c in your views?
Which function in C can be used to append a string to another string?