Wednesday, December 7, 2011

Write a Cprogram without semicolon III

#include<stdio.h>
void main(){
    switch(printf("Hello world")){
    }
}

No comments:

Post a Comment