English, asked by pamjdv7200, 1 month ago

What do you mean by Clause what are the two main clause.
I ate ice-cream when it was raining. What clause is this?

Answers

Answered by natashamalkhede
0

Answer:

the errors (if any) and re-write the correct program given below :-

//Program to input a character in lower case and print whether it is a space or vowel or a $ sign.

#include<iostream.h> #include<conio.h>

void main()

{

int ch;

clrscr();

cout<<"Enter any character"<<endl

cin>>ch;

if(ch==' ') cout<<ch<<ls a

Similar questions