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
What is c++ used for today?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
how many errors in c explain deply
write a c program to print "Welcome" without using semicolon in the whole program ??
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
Explain how can I pad a string to a known length?
Is struct oop?
What is spark map function?
who invented c
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
Explain how can a program be made to print the line number where an error occurs?
advantages of pointers?