why ordinary variable store the later value not the initial



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

Post New Answer

More C Interview Questions

enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

8 Answers   HCL, Wipro,


how to make program without <> in libray.

0 Answers  


Is c pass by value or reference?

0 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  






What are valid signatures for the Main function?

0 Answers  


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


Define macros.

0 Answers   Tech Mahindra,


What is the use of parallelize in spark?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


What is the size of empty structure in c?

0 Answers  


Categories