where are auto variables stored? What are the characteristics of an auto variable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the purpose of clrscr () printf () and getch ()?

0 Answers  


how to devloped c lenguege?

4 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


What is const keyword in c?

0 Answers  


What is key word in c language?

4 Answers   ABC,






Where are c variables stored in memory?

0 Answers  


What is sizeof array?

0 Answers  


How many types of errors are there in c language? Explain

0 Answers  


What is static function in c?

0 Answers  


Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,


write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.

2 Answers  


how to write a data 10 in address location 0x2000

3 Answers  


Categories