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
What is derived datatype in c?
what r the cpu registers r ther?
What are types of structure?
Why c is called free form language?
What are the modifiers available in c programming language?
WHAT IS FLOAT?
how we can say java is platform independent, while we require JVM for that particular Operating System?
What is scanf () in c?
What is zero based addressing?
What is New modifiers?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7