blob: 94f328efd30a9015670e3193c5678b5afffd008a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#print
What value is printed by this printf statement?
printf("%%3.1f", 3.141592654);
Type "answer XXX", where XXX is the value.
#copyin
#user
#uncopyin
#match %3.1f
#fail
Look again - it's %%
#log
#next
2.1e 10
|