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
Which is more efficient, a switch statement or an if else chain?
What are the complete rules for header file searching?
What does 2n 4c mean?
write a proram to reverse the string using switch case?
What is optimization in c?
How can I generate floating-point random numbers?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
HOW CAN ADD OUR FUNCTION IN LIBRARY.
What are the restrictions of a modulus operator?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
can we print any string without using terminator?