Are local variables initialized to zero by default in c?
No Answer is Posted For this Question
Be the First to Post Answer
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is the maximum no. of arguments that can be given in a command line in C.?
What is use of bit field?
How can I insert or delete a line (or record) in the middle of a file?
Write a code to generate divisors of an integer?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is wild pointer in c with example?
Do you know the purpose of 'register' keyword?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the total generic pointer type?