A global variable when referred to in another file is declared as this

a) local variable

b) external variable

c) constant

d) pointers


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

Post New Answer

More C Interview Questions

printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


What does sizeof int return?

0 Answers  


What does == mean in texting?

0 Answers  


Tell me what is null pointer in c?

0 Answers  






What is int main () in c?

0 Answers  


Why do we use c for the speed of light?

0 Answers  


What is a macro in c preprocessor?

0 Answers  


what is bit rate & baud rate? plz give wave forms

0 Answers  


What are pointers? What are stacks and queues?

0 Answers   Hexaware,


praagnovation

0 Answers  


What is volatile variable in c?

0 Answers  


Categories