Question
Computer Science Question on Programming in C
Select mid("Computerscience",8); returns the output:
A
Computer
B
Computers
C
rscience
D
Compute
Answer
rscience
Explanation
Solution
The correct option is(C): rscience
Select mid("Computerscience",8); returns the output:
Computer
Computers
rscience
Compute
rscience
The correct option is(C): rscience