What do you mean by scope of a 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 a built-in function in C?

1 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Can I initialize unions?

0 Answers  


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


What is volatile variable how do you declare it?

0 Answers  






Why do we use main function?

0 Answers  


Explain zero based addressing.

0 Answers  


Explain 'bus error'?

0 Answers  


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


What is a constant?

0 Answers  


Categories