Are local variables initialized to zero by default in c?


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

Post New Answer

More C Interview Questions

without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


write a program to display & create a rational number

1 Answers   HCL, TCS,


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Why static variable is used in c?

0 Answers  


why we are using float in C

4 Answers  






What is static volatile in c?

0 Answers  


What is scope of variable in c?

0 Answers  


How pointers are declared?

0 Answers  


What is a header file?

0 Answers  


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


What is the right type to use for boolean values in c?

0 Answers  


What standard functions are available to manipulate strings?

0 Answers  


Categories