A
B
C
D
1
2
3
4
5
6
1. scanf ( "%s", str ) ;2. gets ( str ) ;3. getche ( str ) ;4. fgetchar ( str ) ;
Ans: 2. gets(str);