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

Explain what is the benefit of using enum to declare a constant?

0 Answers  


What is #define in c?

0 Answers  


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

0 Answers  


What are actual arguments?

0 Answers  


How to write c functions that modify head pointer of a linked list?

0 Answers  






how can i calculate mean,median,mode by using c program

1 Answers   HCL,


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

0 Answers   TCS,


Can one function call another?

0 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


What is getch?

0 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


Categories