New Android apps UniqueKey

Monday 6 October 2014

Print "HELLO" Without using printf( ) in C



#include<stdio.h>  

main( )  
{  
  puts("HELLO");  
}

No comments:

Post a Comment