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 the scope of global variable in c?

551


What are the two types of structure?

569


How do you define CONSTANT in C?

647


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

683


Who is the founder of c language?

674






What is the best way to store flag values in a program?

576


Multiply an Integer Number by 2 Without Using Multiplication Operator

316


What do you mean by command line argument?

636


What is static identifier?

700


What is void main () in c?

722


What is union and structure in c?

607


What does #pragma once mean?

682


What is the use of bit field?

635


How do I get a null pointer in my programs?

614


What is define directive?

634