Skip to content

Learn2Done

    • HOME
    • HTML
    • CSS
    • C
    • C++
    • C#
    • JAVA
    • SQL
    • AWS
    • INTERVIEW QUESTIONS
      • SQL INTERVIEW QUESTONS
    • PROGRAMS
      • Current Page Parent C PROGRAMS
      • C++ PROGRAMS
      • JAVA PROGRAMS
    • Data Science
    • Business Management
    • DevOps
    • Docker
    • Git

    Program in C to Write Hello world

    #include <stdio.h>
    int main() {
       // printf() displays the string inside quotation
       printf("Hello,Learner!!");
       return 0;
    }
    
    import java.util.*;
    public class Learner{
       public static void main(String[] args)
       {
       System.out.println("Hello Learner!!");
      }
    }

    OUTPUT

    Hello, Learner!!
    October 22, 2022 by Learn2Done C PROGRAMS
    • Next Program in C to add two numbers Copy
    • Previous C++ PROGRAM STRUCTURE

    Recent Posts

    • Git Reset to Specific Commit
    • Git Revert Commit & Local
    • Git Revert Commit
    • Git Remove Remote Repo
    • Git List Remote Repo
    • Git Reset to Specific Commit

    • Git Revert Commit & Local

    • Git Revert Commit

    • Git Remove Remote Repo

    Learn2Done © 2023 with ❤ by AlexTech Software Solutions