Computer Science, asked by depthy9, 5 months ago

3.Correct the errors in the following code and rewrite [2]

#include(stdio.h);

#include(conio.h);

voidmain()

{ scanf(“Hello world);

}​

Answers

Answered by AnindaBasu
0

Answer:

The corrected form is given to you

#include<stdio.h>

#include<conio.h>

void main()

{ printf(“Hello world);

}

Answered by sonaliayalani
0

Answer:

please mark as brilliant

Attachments:
Similar questions