The scope of a variable refers to.
The scope of a variable refers to:
Length | |
Data Type | |
Accessibility | |
Name |
Length | |
Data Type | |
Accessibility | |
Name |
Pointer | |
Macro | |
Dynaset | |
DFD |
None of these | |
Data Sheet | |
Tabular | |
Columnar |
Order of column is significant | |
Columns are atomic | |
Each row is unique | |
Order of row is insignificant |
Data atomicity | |
Data redundancy | |
Data inconsistency | |
Data dependency |
getc ( ) | |
put ( ) | |
fputs ( ) | |
fgets ( ) |
Default parameters | |
Formal parameters | |
Command Line parameters | |
Actual parameters |
Assignment, Arithmetic, Relational | |
Assignment, Relational, Arithmetic | |
Relational, Arithmetic, Assignment | |
Arithmetic, Relational, Assignment |
The body of loop will be executed at least once | |
The number of times the loop will be executed is known before the loop is executed | |
The terminating condition occurs unexpectedly | |
The program will be executed more than one time |
Binary operator | |
Ternary operator | |
Bitwise operator | |
Unary operator |
i = 3; | |
i - 3 = i; | |
i=i + 3; | |
i = 3 + 3; |
9 | |
10 | |
12 | |
11 |
Controls the size of type used to print numbers | |
Specifies the maximum value of a number | |
Controls the margins of the program listing | |
Specifies how many columns will be used to print the number |
Linker | |
Compiler | |
Loader | |
Editor |
Alt + F5 | |
Ctrl + F9 | |
Alt + F9 | |
Ctrl + F5 |
Stack | |
Medium | |
Receiver | |
Sender |
Gas plasma | |
None of these | |
LCD | |
LED |
Multi Programming | |
Multi Tasking | |
Multi Processing | |
Multi Threading |
Narrow Band | |
Baseband | |
Bandwidth | |
Broadband |
Register | |
Cache | |
Hard disk | |
RAM |