what is the difference between normal variables and pointer
variables..............

Answer Posted / abdinadir mohamed abdulle

"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 ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of c language?

834


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

810


Is it fine to write void main () or main () in c?

729


What is getch?

829


What is the use of volatile?

814


how should functions be apportioned among source files?

848


What are the back slash character constants or escape sequence charactersavailable in c?

912


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

877


Can we compile a program without main() function?

849


Is c a great language, or what?

828


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1146


Is that possible to store 32768 in an int data type variable?

864


Can include files be nested? How many levels deep can include files be nested?

849


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1019


What is dynamic memory allocation?

1023