SHARING KNOWLEDGE 8051, C, C++, LINUX, ASSEMBLY LANGUAGE, PROGRAMMING
#include<stdio.h> int main(){ // Printing Hello World without using ; in C if(printf("Hello World\n")); // printing semicolon(;) without using ; in C if(printf(";\n")); return 0; }
No comments:
Post a Comment