How do we make a global variable accessible across files?
Explain the extern keyword?


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

Post New Answer

More C Interview Questions

Are the variables argc and argv are always local to main?

0 Answers  


What is a char in c?

0 Answers  


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


How does normalization of huge pointer works?

0 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,






biggest of two no's with out using if condition statement

8 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


What is the difference between void main and main in c?

0 Answers  


What is extern c used for?

0 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


Define and explain about ! Operator?

0 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


Categories