MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
Home
Practice
C LANGUAGE
BASIC INPUT OUTPUT
Problem #940
Problem #940
C LANGUAGE
Write the program to display this output ? #include<stdio.h> #include<conio.h> #include<dos.h> void main () { clrscr(); printf(“hello,welcome to c”); delay(5000); }
Your Solution
Submit Solution
Reset