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 the concept and use of type void.
When should the volatile modifier be used?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What should malloc(0) do?
What is wild pointer in c with example?
Is python a c language?
In a switch statement, explain what will happen if a break statement is omitted?
What is the advantage of c?
What is the difference between malloc() and calloc() function in c language?
Does sprintf put null character?
How can I access an I o board directly?
How can I remove the trailing spaces from a string?
Is it cc or c in a letter?
writ a program to compare using strcmp VIVA and viva with its output.
Explain data types & how many data types supported by c?