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 |
with out using main how to execute the program?
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
what is an ERP?
Write a progarm to find the length of string using switch case?
In C language, a variable name cannot contain?
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
What is the sizeof () operator?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
write a program to display & create a rational number
What is queue in c?
Explain how can I remove the trailing spaces from a string?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year