InterviewSolution
Saved Bookmarks
| 1. |
Predict the output of following program?#include <stdio.h>int main(void){int x = printf("GeeksQuiz");printf("%d", x);return 0;}(A) GeeksQuiz9(B) GeeksQuiz10(C) GeeksQuizGeeksQuiz(D) GeeksQuiz1 |
| Answer» | |