A variable that is defined in a specified portion of a program but can be used throughout the program
a) global variable
b) local variable
c) character
d) none
No Answer is Posted For this Question
Be the First to Post Answer
Why we use stdio h in c?
What is the correct declaration of main?
What is new line escape sequence?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Can you assign a different address to an array tag?
How do you write a program which produces its own source code as its output?
What is meant by initialization and how we initialize a variable?
Should I learn c before c++?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
how to use virual function in real time example
What is function prototype?
what is mallloc()?how it works?