Hello world program in C

C Language


 C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions

Here is the example of "Hello World" Program in C


#include<stdio.h>

main()

{



printf("\nWelcome to C Programming:");




}

Output:

This your First C program

Comments

Popular posts from this blog

Implementing Auto-Logout in PHP: Enhancing Security for Your Web App

A Simple and Professional Login Form with Gradient Background

How to Create a YouTube Subscribe Website Widget