in c++ programming '/v' is used for
(a)form feed (b)line brake
(c)vertical tab(c)Alarm
Answers
Answered by
2
Answer:
it is used for vertical tab
option c is the right ans
Answered by
0
In Cpp programming language '/v' is specifically used for vertical tab. So, the correct option is 'c', i.e., vertical tab.
Vertical tab:
- To increase the speed in vertical movement of printer vertical tab was being used.
- Generally, it was encrypted as a character constant in the program.
For example:
cout<<"Hello /v World";
In Cpp language cout is used for printing.
And '/v' is the vertical tab.
If you print a message in Cpp programming language using the vertical tab, then the output appeared as:
Output:
Hello
World
The above output appears to result in the default vertical size being one line.
Similar questions