c-language

  • scanf() vs gets() functions in c-language

    Difference between scanf() and gets() in C Language

    Both functions scanf() and gets() are used to read the input from standard input (keyboard) But, there are differences in how they treat the input. scanf() Function gets() Function…

    neotam Avatar