1
Regarding the scope of the variables identify the incorrect statement:
Answer: Option [A]
By default Automatic variables are initialized to Garbage value.
Answer: Option [A]
By default Automatic variables are initialized to Garbage value.
void fn() { static int i=10; printf("%d",++i); } main() { fn(); fn(); }
Answer: Option [C]
Answer: Option [B]
The storage classes in C are auto, extern, static and global. dec is not a storage class.
main() { static int num=8; printf("%d",num=num-2); if(num!=0) main(); }
Answer: Option [C]
Political Science Mock Test – 42 | Start Test |
History Test – 190 | Start Test |
Quantitative Aptitude Test | Start Test! |
Trigonometry - Mock Test | Start Test! |
Data Interpretation - Mock Test | Start Test! |
General Awareness - Mock Test | Start Test! |
Reasoning Ability - Mock Test | Start Test! |
Englist(Antonyms) Mock Test 1 | Start Test! |
Quantitative Aptitude (Percentage) Mock Test | Start Test! |
Economy Mock Test 1 | Unlock Test! |
Economy Mock Test 2 | Unlock Test! |
Economy Mock Test 3 | Unlock Test! |
Economy Mock Test 4 | Unlock Test! |
Economy Mock Test 5 | Unlock Test! |
Books & Authors - Test 2 | Unlock Test! |