"Hello World!" in C

Sort by

recency

|

660 Discussions

|

  • + 0 comments

    Here is hackerRank Hello world in c solution - https://programmingoneonone.com/hackerrank-hello-world-in-c-problem-solution.html

  • + 0 comments

    The C code they wrote is wrong. To scanf, they should pass plain "s" not "&s".

  • + 0 comments

    this is good

  • + 0 comments

    Here is Hello world in c problem solution - https://programmingoneonone.com/hackerrank-hello-world-in-c-problem-solution.html

  • + 0 comments

    include

    int main() {

    printf("hello, world! \n"); printf("welcome to c programming");

    }