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

Simplify the program segment if X = B then C ← true else C ← false

2591


Do you know pointer in c?

597


In C, What is the #line used for?

1076


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

619


What is an auto variable in c?

764






The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

671


what are the 10 different models of writing an addition program in C language?

1445


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1362


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1261


What is the purpose of type declarations?

683


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1719


What is %d used for?

593


what is the format specifier for printing a pointer value?

619


Why c is called free form language?

577


Explain pointer. What are function pointers in C?

632