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


Please Help Members By Posting Answers For Below Questions

Can the size of an array be declared at runtime?

598


How does struct work in c?

600


Is swift based on c?

627


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

638


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1486






what is a NULL Pointer? Whether it is same as an uninitialized pointer?

750


Is c programming hard?

565


What are the advantage of c language?

543


Explain what is the difference between #include and #include 'file' ?

571


How can I change the size of the dynamically allocated array?

623


explain what are pointers?

610


What is the difference between malloc() and calloc() function in c language?

590


How many types of errors are there in c language? Explain

560


What is break in c?

576


How do I get an accurate error status return from system on ms-dos?

638