Quiznetik

Programming for Problem Solving | Set 2

1. () is used for _________

Correct : B. Arguments

2. which is better memory allocation when size is not known

Correct : B. dynamic

3. which of the following is the best for getting a string with space from the standard input

Correct : C. fgets

4. Which statement is used to compare the two strings?

Correct : A. strcmp

5. void main() { printf(); }

Correct : B. Compile-Time Error