Question:

Is their any predefined function in c to get multi lines from the user like in c++ cin.getline?

by  |  earlier

0 LIKES UnLike

Is their any predefined function in c to get multi lines from the user like in c++ cin.getline?

 Tags:

   Report

2 ANSWERS


  1. Good ques....i'm also waiting for it's answers..........


  2. you can tyr using this function in c.

    use getch() several times where you want multi lines break.before that use this header file #include<conio.h>

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.