Wednesday, December 21, 2022

Write a Program to print hello wordl!

# include <stdio.h>

int main()

{

    printf("Welcome to the World of C Programming.");

    return 0;

}


MORE PROGRAMS OF C LANGUAGE



No comments:

Post a Comment