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
Is it fine to write void main () or main () in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the purpose of 'register' keyword in c language?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain what are multibyte characters?
What is the difference between printf and scanf in c?
Explain how do you sort filenames in a directory?
write a program to rearrange the array such way that all even elements should come first and next come odd
Which header file is used for clrscr?
What are the valid places to have keyword “break”?
What are multidimensional arrays?
What is c definition?
Why isnt there a numbered, multi-level break statement to break out
Why is sprintf unsafe?