You are not logged in.

#1 2015-09-16 04:18:12

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Printed Execution:

C Programming Quizzes C Language Fundamentals

Directions:
What will be printed after execution of the following program code?

Question:
main()
{
      printf("\nab");
      printf("\bsi");
      printf("\rha");
}

Option A):
asiha
Option B):
absiha
Option C):
hai
Option D):
haasi

Correct Answer is Option C):
hai


Failure is the first step towards seccess.

2015-09-16 04:18:12

Advertisement
Ads By Google

Re: Printed Execution:



\n

Board footer