What is a global variable in c?


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

Post New Answer

More C Interview Questions

What is structure padding and packing in c?

0 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


Is there anything like an ifdef for typedefs?

0 Answers  






What type of function is main ()?

0 Answers  


How to draw the flowchart for structure programs?

0 Answers  


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


Find occurence of a character in a sting.

3 Answers   TCS,


Categories