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
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How to establish connection with oracle database software from c language?
What are local variables c?
Explain how does flowchart help in writing a program?
What are bitwise shift operators in c programming?
What is a pointer in c?
Can you add pointers together? Why would you?
What are multibyte characters?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are control structures? What are the different types?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Why calloc is better than malloc?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???