summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/C/L2.1e
blob: 86df6328efd7bde589f28bf4557b353d529a2614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#print
Is there any difference between

   printf("%s", s);

and

   printf(s);

Answer yes or no.
#copyin
#user
#uncopyin
#match yes
#fail
Consider the string "50% of the answers are wrong."
#log
#next
3.1a 10