Thursday, 16 August 2012

The keyword endl | C Programming

A. Ends the execution of program where it is written
B. Ends the output in cout statement
C. Ends the line in program. There can be no statements after endl
D. Ends current line and starts a new line in cout statement.

Ans: D

No comments: