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
Explain 'far' and 'near' pointers in c.
What is anagram in c?
Which is more efficient, a switch statement or an if else chain?
What is a macro, and explain how do you use it?
What is the meaning of c in c language?
Is c is a procedural language?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Was 2000 a leap year?
How pointers are declared?
Does c have enums?
How do you define structure?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
When would you use a pointer to a function?
How to declare a variable?
Explain 'bit masking'?