This website is designed to provide you all codes of C and C++ language and also tutorials for learn the concept of these languages.
#include<stdio.h> #include<conio.h> void main() { if(printf("Hello world")) { } getche(); }
No comments:
Post a Comment