why ordinary variable store the later value not the initial
Answer / 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 |
What is pass by value in c?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is the use of clrscr?
What is define directive?
What is character constants?
what is array?
Compare array data type to pointer data type
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
write an algorithm and a program to count the number of elements in a circularly singly linked list
How can a process change an environment variable in its caller?
where does malloc() function get the memory?
What is the difference between struct and union in C?