ShowPer Page
Which loop, structure always executes at least once?
NETNUST Entry TestComputer ScienceLoops
Where should be the loop control variable initialized?
NETNUST Entry TestComputer ScienceLoops
A counter can be defined as:
NETNUST Entry TestComputer ScienceLoops
Which of the following loop is available in C language?
NETNUST Entry TestComputer ScienceLoops
How many types of loop structure are available in C?
NETNUST Entry TestComputer ScienceLoops
One execution of a loop is known as a(n):
NETNUST Entry TestComputer ScienceLoops
Which of the following can return a value?
NETNUST Entry TestComputer ScienceIntroduction to C
The function declaration statement in abc (void); indicates that:
NETNUST Entry TestComputer ScienceIntroduction to C
The variables that are declared outside all blocks are called:
NETNUST Entry TestComputer ScienceIntroduction to C
Which of the following is TRUE for return statement in a function?
NETNUST Entry TestComputer ScienceIntroduction to C
A type of function written by the programmer is known as:
NETNUST Entry TestComputer ScienceIntroduction to C
Local variables are also called:
NETNUST Entry TestComputer ScienceIntroduction to C
Which of the following is true about a function cell?
NETNUST Entry TestComputer ScienceIntroduction to C
A variable declaration outside any function is known as:
NETNUST Entry TestComputer ScienceIntroduction to C
A variable declared inside a function is known as:
NETNUST Entry TestComputer ScienceIntroduction to C
The scope of a variable refers to its:
NETNUST Entry TestComputer ScienceIntroduction to C
Which statement is used by a function used to return a value?
NETNUST Entry TestComputer ScienceIntroduction to C
Multiple arguments to a function are separated by:
NETNUST Entry TestComputer ScienceIntroduction to C
The parameters in function declaration are called:
NETNUST Entry TestComputer ScienceIntroduction to C
Which of the following is incorrect?
NETNUST Entry TestComputer ScienceIntroduction to C
Which of the following steps takes place when function is called?
NETNUST Entry TestComputer ScienceIntroduction to C
The statement that activates a function is known as:
NETNUST Entry TestComputer ScienceIntroduction to C