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 a wrapper function in c?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
what is c programing
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
What is variable initialization and why is it important?
related proverb of "dont count your chicken before it hatches"
What is an arrays?
What is a pointer?
How can variables be characterized?
What are the restrictions of a modulus operator?
What is difference between && and & in c?
please give me some tips for the placement in the TCS.