#include<stdio.h>
#include<conio.h>
int main()
{
printf("Hello The Engineers choice");
getch();
return 0;
}
To run:-
Output
#include<stdio.h>
#include<conio.h>
int main()
{
printf("Hello The Engineers choice");
getch();
return 0;
}
To run:-
Output
Copyright (c) 2020 The Engineer's Choice All Rights Reserved
No comments:
Post a Comment
theengineerschoice01@gmail.com