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;
}

Comments

Popular posts from this blog

Assignment 6 Question 3

Assignment 8 Question 1

Assignment 7 Question 2