Programming for Problem Solving | Set 2
1. () is used for _________
2. which is better memory allocation when size is not known
3. which of the following is the best for getting a string with space from the
standard input
4. Which statement is used to compare the two strings?
5. void main()
{
printf();
}