代码搜索:answer
找到约 6,541 项符合「answer」的源代码
代码结果 6,541
www.eeworm.com/read/101082/6243192
2c l32.2c
#print
What will the word "floating" become after
the command
s/a./or/
is executed? Type "answer WORD" where WORD is the
new version.
#copyin
#user
#uncopyin
#match flooring
#log
#next
32.2d 5
32.1
www.eeworm.com/read/101082/6243258
1b l63.1b
#print
What command will move the current line
to the beginning of the file? Type
"answer COMMAND", where COMMAND is the command.
#copyin
#user
#uncopyin
#match m0
#match .m0
"m0" is easier.
#log
#n
www.eeworm.com/read/101082/6243303
3a l18.3a
#print
Since 'i' is the same as 'a' except for the position
of the inserted material, what character must end
every block of lines inserted with the 'i' command?
Type "answer X" where X is that charac
www.eeworm.com/read/101082/6243304
1e l63.1e
#print
Will the command
m-
interchange lines "." and ".-1"?
Answer yes or no.
#copyin
#user
#uncopyin
#match no
You actually need "m--".
#log
#next
64.1a 10
www.eeworm.com/read/101082/6243341
2d l17.2d
#print
And, finally, what is the last line you type
to go to the shell from the editor? Again, respond
"answer X" where X is the command.
#copyin
#user
#uncopyin
#match q
#log
#next
18.1a 10
18.2a 5
www.eeworm.com/read/101082/6243408
1b l3.1b
#print
What is the value of i after this
___for statement executes?
Type "answer N", where N is the value of i.
for (i = 0; i < 10; i = i + 3)
;
#copyin
#user
#uncopyin
#match 12
#log
#ne
www.eeworm.com/read/101082/6243431
1e l2.1e
#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
#ne
www.eeworm.com/read/101082/6243524
1a l13.1a
#print
Let's do a quick review of the things covered
in the files course. To begin, how many files
are there in the current directory? Type "answer N",
where N is the number that you found.
#create X1
www.eeworm.com/read/101082/6243768
c domain.c
#ifndef lint
static char *sccsid = "@(#)domain.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1987 by
www.eeworm.com/read/101082/6251129
c refer2.c
#ifndef lint
static char *sccsid = "@(#)refer2.c 4.1 ULTRIX 7/17/90";
/* Original Id: "@(#)refer2.c 4.3 (Berkeley) 7/29/85" */
#endif
#include "refer..c"
#define NFLD 30
#define TLEN 512
extern FIL