what is the difference between normal variables and pointer
variables..............
Answer Posted / yshwanth
variable is an memory alocation were the value keps on
changing during the execution of the program
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
I came across some code that puts a (void) cast before each call to printf. Why?
Why dont c comments nest?
What is quick sort in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the difference between #include
Why are algorithms important in c program?
Can we declare variable anywhere in c?
What is the difference between malloc calloc and realloc in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is the total generic pointer type?
Why is c platform dependent?
Explain how do you determine a file’s attributes?
What is union and structure in c?
Can we replace the struct function in tree syntax with a union?
Difference between goto, long jmp() and setjmp()?