Assignment 0 Question 1
#include <stdio.h>
int main()
{
printf("Hello C \n"); /* printf will help in displaying output as Hello C on the output screen */
return 0;
}
int main()
{
printf("Hello C \n"); /* printf will help in displaying output as Hello C on the output screen */
return 0;
}
Comments
Post a Comment