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
What is a memory leak? How to avoid it?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Can we use any name in place of argv and argc as command line arguments?
What is the difference between int main and void main?
What is data structure in c programming?
Explain what is the best way to comment out a section of code that contains comments?
Can math operations be performed on a void pointer?
What is keyword with example?
What is a file descriptor in c?
How can I split up a string into whitespace-separated fields?
Explain pointers in c programming?
Explain how do you sort filenames in a directory?
Hi can anyone tell what is a start up code?
Explain null pointer.
How can I write functions that take a variable number of arguments?