Bell 32V development
[unix-history] / usr / lib / learn / C / L2.1d
CommitLineData
cb8c26cc
TL
1#print
2What value is printed by this printf statement?
3
4 printf("%%3.1f", 3.141592654);
5
6Type "answer XXX", where XXX is the value.
7#copyin
8#user
9#uncopyin
10#match %3.1f
11#fail
12Look again - it's %%
13#log
14#next
152.1e 10