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

Is c language still used?

0 Answers  


What is operator promotion?

0 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


What are the types of pointers in c?

0 Answers  






Did c have any year 2000 problems?

0 Answers  


can we initialize all the members of union?

2 Answers  


What is a pointer?

1 Answers   ADP, IFFCO,


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

9 Answers   ADP,


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


Categories