difference between ordinary variable and pointer in C?
Answers were Sorted based on User's Feedback
Answer / guest
ordinary variable holds value and pointer variable holds
the address
Is This Answer Correct ? | 21 Yes | 1 No |
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 |
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.
What is the importance of c in your views?
Which programming language is best for getting job 2020?
how to print this pyramid * * * * * * * * * * * * *
hi send me sample aptitude papers of cts?
What is the size of enum in c?
What is ponter?
Do array subscripts always start with zero?
what is the different bitween abap and abap-hr?
Are the outer parentheses in return statements really optional?
What is an array in c?
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??