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

how is the examination pattern?

0 Answers   Wipro,


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


What are control structures? What are the different types?

0 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


What is the difference between array and structure in c?

0 Answers  






how to swap two nubers by using a function with pointers?

1 Answers  


how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


What is the newline escape sequence?

0 Answers  


Explain what is a stream?

0 Answers  


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

0 Answers  


Can a program have two main functions?

0 Answers  


Categories