Do variables need to be initialized?


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

Post New Answer

More C Interview Questions

Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


Do you have any idea about the use of "auto" keyword?

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


what is the benefit of c30

2 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,






What is the code in while loop that returns the output of given code?

0 Answers  


What's the difference between calloc() and malloc()?

4 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


Can a variable be both static and volatile in c?

0 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


What are the differences between Structures and Arrays?

0 Answers   TCS,


Categories