Explain the use of 'auto' keyword


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

Post New Answer

More C Interview Questions

difference between the array and linked list general difference related to memory

2 Answers  


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


What are dangling pointers in c?

0 Answers  


How to draw the flowchart for structure programs?

0 Answers  


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1 Answers   IBM,






Why is not a pointer null after calling free?

0 Answers  


program to find the magic square

1 Answers   Infosys,


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


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

1 Answers   HCL,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


Categories