What is variable initialization and why is it important?


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

Post New Answer

More C Interview Questions

Do you know pointer in c?

0 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  


write a program to copy a string without using a string?

2 Answers  


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


Explain function pointer with exapmles.

2 Answers  






Write a program to show the change in position of a cursor using c

0 Answers  


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


Do pointers need to be initialized?

0 Answers  


Explain c preprocessor?

0 Answers  


What is pointer in c?

0 Answers  


What are data structures in c and how to use them?

0 Answers  


Why is c known as a mother language?

0 Answers  


Categories