We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • HackerRank Home

    HackerRank

  • |
  • Prepare
  • Certify
  • Compete
  • Hiring developers?
  1. Prepare
  2. C
  3. Introduction
  4. "Hello World!" in C
  5. Discussions

"Hello World!" in C

Problem
Submissions
Leaderboard
Discussions
Editorial

Sort 499 Discussions, By:

recency

Please Login in order to post a comment

  • 21K61A1454
    2 days ago+ 0 comments

    include

    include

    include

    int main() { char s[100]; scanf("%[^\n]%*c",&s); printf("Hello, World!\n%s",&s); return 0; }

    -4|
    Permalink
  • sabrinacampbell1
    4 days ago+ 0 comments

    I don't understand this at all :

    0|
    Permalink
  • aa4610922
    1 week ago+ 0 comments

    include

    printf("Hello, World!");
    

    printf("Helloworld");

    0|
    Permalink
  • aa4610922
    1 week ago+ 0 comments

    include

    0|
    Permalink
  • ghataksweta1994
    1 week ago+ 0 comments

    printf("Hello, World!"); printf("\n%s", &s); return 0; }

    0|
    Permalink
Load more conversations

Need Help?


View editorial
View top submissions
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy