c language all programs A to Z

(1)Print any Name

#include<stdio.h>
int main()
{
printf("Hello C)";
}

//OUTPUT
Hello C

Comments