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 the difference between null pointer and wild pointer?
Explain how can you be sure that a program follows the ansi c standard?
What is union and structure?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
wat are the two methods for swapping two numbers without using temp variable??
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
what is link list?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
how do we remove the printed character in printf statement and write next it it
what are the uses of structure?
What is the meaning of int *x[]();?
What is c system32 taskhostw exe?