
Patrick B. answered 10/17/20
Tutor
4.7
(31)
Math and computer tutor/teacher
#include <stdio.h>
int main()
{
char name[] = "Trinity C"; /* CHANGE THE NAME HERE INSIDE DOUBLE QUOTES !!!! */
printf(" My name is %s \n",name );
printf(" This is my first C program \n");
}
Trinity C.
Hello?
Report
10/24/20
Trinity C.
Is this javascript or c language?10/21/20