What is default value of global variable in c?


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

Post New Answer

More C Interview Questions

Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


marge linklist

0 Answers   HCL,


Which header file is essential for using strcmp function?

0 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,






How can a process change an environment variable in its caller?

0 Answers  


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

0 Answers  


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


Explain how do you print only part of a string?

0 Answers  


write a proram to reverse the string using switch case?

0 Answers   Syntel,


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


Categories