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
Which built-in library function can be used to match a patter from the string?
Is it possible to pass an entire structure to functions?
How do you print an address?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Why is #define used?
please explain every phase in the "SDLC" in the dotnet.
How many main () function we can have in a project?
In C programming, what command or code can be used to determine if a number of odd or even?
What's the best way of making my program efficient?
What is boolean in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is string function in c?
What is a macro in c preprocessor?
What is scanf_s in c?
How can I call fortran?