Monday 26 August 2013

Turbo C++: Why does printf print expected values=?iso-8859-1?Q?=2C_when_no_variables_are_passed_to_it=3F_=96_stackoverflo?=w.com

Turbo C++: Why does printf print expected values, when no variables are
passed to it? – stackoverflow.com

A question was asked in a multiple choice test: What will be the output of
the following program: #include <stdio.h> int main(void) { int a = 10, b =
5, c = 2; printf("%d %d %d\n"); …

No comments:

Post a Comment