The output of the following code is 123 Genesis.I could not get it how?
Code:int fun(int num) { return printf(" %d ", num); } void main() { printf(" Genesis ", fun(123), " & Genesis"); }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: output confusionThreaded View
|
Click Here to Expand Forum to Full Width |