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

Answer Posted / ashu_deepu

one thing i wanna add is we canot perform some operation
with the pointers (like subtraction) while those can b
performed with the normal variables.

Is This Answer Correct ?    15 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the role you expect in software industry?

1644


Why isnt there a numbered, multi-level break statement to break out

577


What is function prototype?

601


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1874


Define circular linked list.

560






Is c call by value?

590


Why can’t we compare structures?

801


Explain the difference between malloc() and calloc() function?

590


When should the const modifier be used?

648


What are pragmas and what are they good for?

565


What is the difference between formatted&unformatted i/o functions?

604


Is there anything like an ifdef for typedefs?

692


Can we assign integer value to char in c?

606


Explain how can you tell whether a program was compiled using c versus c++?

567


Can stdout be forced to print somewhere other than the screen?

609