difference between ordinary variable and pointer in C?

Answers were Sorted based on User's Feedback



difference between ordinary variable and pointer in C?..

Answer / guest

ordinary variable holds value and pointer variable holds
the address

Is This Answer Correct ?    21 Yes 1 No

difference between ordinary variable and pointer in C?..

Answer / 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

More C Interview Questions

write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


What is the importance of c in your views?

0 Answers  


Which programming language is best for getting job 2020?

0 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


What is the size of enum in c?

0 Answers  


What is ponter?

0 Answers   TCS,


Do array subscripts always start with zero?

0 Answers  


what is the different bitween abap and abap-hr?

0 Answers   TCS,


Are the outer parentheses in return statements really optional?

0 Answers  


What is an array in c?

0 Answers  


A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,


Categories