the portion of a computer program within which the definition of the variable remains unchanged
a) mode
b) module
c) scope
d) none
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program using for loop in switch case?
How can I find out the size of a file, prior to reading it in?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Differentiate between the = symbol and == symbol?
What's wrong with "char *p = malloc(10);" ?
how to find that no is int or float?
What is Function Pointer? Explain with example?
what is void pointer?
Explain spaghetti programming?
What is the use of the restrict keyword?
Can the “if” function be used in comparing strings?
suppose there are five integers write a program to find larger among them without using if- else