Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Main(){ int i, j; scanf("%d %d"+scanf("%d %d", &i, &j)); printf("%d %d", i, j);}
B) 0, 0
C) Runtime error.
D) the first two values entered by the user
Explanation: two values entered, 3rd will be null pointer assignment
Related Answered Questions
Related Open Questions