what is the difference between normal variables and pointer
variables..............
Answer Posted / fatima javaid
"Pointer variable holds memory address or physical address
of any variable value means it indirectly points any
vaiable,we can perform all operations +,*,-,and / through
it but normal variable directly points vaiable value"
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
Differentiate between a for loop and a while loop? What are it uses?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
How can I generate floating-point random numbers?
application attempts to perform an operation?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
all c language question
What are different storage class specifiers in c?
What do you mean by keywords in c?
Explain the difference between malloc() and calloc() in c?
how do you programme Carrier Sense Multiple Access
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is malloc calloc and realloc in c?
Is there a way to switch on strings?
What is use of #include in c?