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

Answer Posted / sasireka

normal variable contains tha value of variable either int
or float whereas pointer variable contains the address of
another variable

Is This Answer Correct ?    65 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is void a keyword in c?

581


What is the stack in c?

723


Why is it usually a bad idea to use gets()? Suggest a workaround.

911


What are the different categories of functions in c?

651


How can I get back to the interactive keyboard if stdin is redirected?

673






Is there any demerits of using pointer?

634


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

688


How can you determine the maximum value that a numeric variable can hold?

643


How do you sort filenames in a directory?

716


What are the properties of union in c?

593


What is the benefit of using const for declaring constants?

592


What is the advantage of an array over individual variables?

746


What is a function in c?

577


Which is better oop or procedural?

636


What does int main () mean?

554