Strings, Strings Pointers
A quick brown fox jumped over a lazy dog
Error
A quick br
10
9
Until the condition is true
Get any kind of data from user
Get string from user
Do job exactly like scanf() function
True
False
True
False
%s
%d
%c
%f
Hello Bee2A
Bye Bee2A
Error
%s
%c
%d
Str[0][0], atoi(str[0][1]
Str[0][1], atoi(str[1][0]
Str[0][0], atoi(str[0][0]
Str[1][1], atoi(str[1][1]
True
False
Wait!
Here's an interesting quiz for you.