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

main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 Answers   91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,


What are types of structure?

0 Answers  


Explain what is meant by 'bit masking'?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


What is stack in c?

0 Answers  


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


implement general tree using link list

1 Answers   Wipro,


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


Categories