What is static and auto variables in c?


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

Post New Answer

More C Interview Questions

what is c programing

11 Answers   Wipro,


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


what does ‘Bus Error’ mean?

1 Answers   ABC,


How can I invoke another program from within a C program?

8 Answers  






please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


What is the difference between ++a and a++?

0 Answers  


What is a class?

3 Answers  


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


What is define c?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


Categories