Infomax Computer Academy
Report Bug
Qus :
Find the output of following code :
int main() {
int i=-2;
printf (“-i=%d”,-i);
return b; }
Qus
A. –i=2
B. i=-2
C. –i=-2
D. –i=+2
Solution
D. –i=+2
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others