Print your name using C


 #include<stdio.h>

#include<conio.h>

int main()

{

printf("Hello The Engineers choice");

getch();

return 0;

}

To run:-





Output





No comments:

Post a Comment

theengineerschoice01@gmail.com