Run first programme on CppDroid | Display message on Termimal screen - NRTrickHub

Latest Update

Tuesday, October 04, 2016

Run first programme on CppDroid | Display message on Termimal screen

Codes:

#include<stdio.h>
#include<conio.h>
void main()
{
     printf("Welcome to NRTrickHub.IN");
     getch();
}


YouTube Watch


No comments:

Post a Comment