We can draw a box in cprogram by using only one printf();&
without using graphic.h header file?
Answer Posted / parmjeet kumar
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("\n______________\n|______________|");
getch();
}
output:
______________
|______________|
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
How many types of operators are there in c?
What is the advantage of using #define to declare a constant?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is a protocol in c?
Can you pass an entire structure to functions?
What is register variable in c language?
What is spaghetti programming?
What are the types of c language?
What functions are in conio h?
What is meant by inheritance?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How old is c programming language?
Why we write conio h in c?
Why is sprintf unsafe?
What is the difference between #include