What is an auto variable in c?


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

Post New Answer

More C Interview Questions

WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1 Answers   IBM,


How can I sort a linked list?

0 Answers  


char *p="name"; printf(p);

1 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


When should structures be passed by values or by references?

0 Answers   Adobe,






Explain demand paging.

1 Answers   Agilent,


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


What are predefined functions in c?

0 Answers  


Why we use conio h in c?

0 Answers  


code for reverse alternate words from astring

1 Answers   IBM,


main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 Answers   CSC,


Categories