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
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
What type is sizeof?
write the program to find multiplication of 2-D matrix??????????
what is the use of bitfields & where do we use them?
Why flag is used in c?
what is the diff b/w static and non static variables in C. Give some examples plz.
write a c program to find largest of three numbers using simple if only for one time.
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
how we can say java is platform independent, while we require JVM for that particular Operating System?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
explain what is a newline escape sequence?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none