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
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are valid operations on pointers?
Can math operations be performed on a void pointer?
What is a shell structure examples?
What is the difference between āgā and āgā in C?
What is declaration and definition in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is printf () in c?
Explain what is the difference between #include and #include 'file' ?
How many keywords are there in c?
Explain how do you sort filenames in a directory?
Differentiate between declaring a variable and defining a variable?
how to count no of words,characters,lines in a paragraph.
How can I copy just a portion of a string?
Explain what is the most efficient way to store flag values?