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