Question:What will be printed on the standard output as a result of the following code snippet?
main()
{
        int num = 425;
        printf("%d", printf("%d", num));
}
 

A Will result in Compilation Error 

B 4425 

C 4253 

D 3435 

E None 

+ Answer
+ Report
Total Preview: 587

Copyright © 2024. Powered by Intellect Software Ltd