Computer Science, asked by kabir987, 2 months ago

include<iostream.h> Includeconio.h Voidmain {Cout>>”What is your name?/n”; }
correct the error

Answers

Answered by borhaderamchandra
1

Explanation:

# is missing before both include

angular bracket missing at conio.h

there ahould be space in void and main function

eg.

void main()

Similar questions