Are local variables initialized to zero by default in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between union All statement and Union?
swap 2 numbers without using third variable?
i have a written test in tomorrow
How can I pad a string to a known length?
Explain what is a stream?
what is the advantage of software development
Can variables be declared anywhere in c?
What is a macro in c preprocessor?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
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?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
what is the difference between unix os and linux os