The Preprocessor - Online Test
Test Difficulty Level: Medium
Syllabus of Test
Macro Expansion, File Inclusion, Conditional Compilation
Sample Question from this online test:
Question: #define CUBE(X) (X*X*X)
main()
{
int a;
a=27/CUBE(3);
printf("%d", a);
}
Option A: 9
Option B: 3
Option C: 1
Option D: None Of These
To answer, click the "Start This Test" button below.
Start this Test
Related Online Tests:
Comments
![]() | Ganesh Borle on 2009-10-26 09:31:54 wrote, Your second question is wrong. |
![]() | nuthan murarysetty on 2011-04-22 11:41:17 wrote, i feel confuse |


