why ordinary variable store the later value not the initial
Answer Posted / sandeep
When Ordinary variable's value changed after initialisation
it's memory will filled with the new value
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is difference between class and structure?
Why structure is used in c?
What is multidimensional arrays
What is the modulus operator?
Why malloc is faster than calloc?
What functions are in conio h?
How can I do graphics in c?
What is the difference between new and malloc functions?
Which is the memory area not included in C program? give the reason
Why & is used in scanf in c?
Write the Program to reverse a string using pointers.
Explain void pointer?
Explain the properties of union. What is the size of a union variable
Can you think of a logic behind the game minesweeper.