difference between ordinary variable and pointer in C?

Answer Posted / syed

an ordinary variable is like a container it can hold any
value and we can change the value of ordinary variable at
time throughout the program.
a pointer is a variable that stores the address of another
variable ..

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is strcmp in c?

601


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1903


code for find determinent of amatrix

1519


Can we declare function inside main?

570


how can I convert a string to a number?

597






What is the difference between array and pointer?

569


What are the types of pointers?

602


What is the use of header files?

606


How can I delete a file?

630


Calculate 1*2*3*____*n using recursive function??

1519


Mention four important string handling functions in c languages .

632


what is different between auto and local static? why should we use local static?

644


What is assignment operator?

626


What is an array in c?

597


how to capitalise first letter of each word in a given string?

1434