What is local and global variable in c?


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

Post New Answer

More C Interview Questions

FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


what are the compilation steps? ( i want inside the compiler )

2 Answers  


Can stdout be forced to print somewhere other than the screen?

0 Answers  


What are comments and how do you insert it in a C program?

0 Answers  


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,






i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


Why we write conio h in c?

0 Answers  


Is c an object oriented programming language?

1 Answers  


What is #error and use of it?

0 Answers  


Are there namespaces in c?

0 Answers  


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


Is there any possibility to create customized header file with c programming language?

0 Answers  


Categories