Thread
:
Printing "Hello World" in C
View Single Post
shabbir
Go4Expert Founder
16Sep2006,14:46
Interesting question and here comes the answer
Code:
#include<stdio.h> int i = printf("Hello world"); void main(){}