We can draw a box in cprogram by using only one printf();&
without using graphic.h header file?
Answer Posted / chandan kumar r
yes the code is currect
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("\n______________\n|______________|");
getch();
}
output:
______________
|______________|
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between typedef and #define?
What are identifiers c?
What is external variable in c?
What is the difference between array and linked list in c?
What is infinite loop?
Explain enumerated types in c language?
What are header files in c?
Are the variables argc and argv are always local to main?
How many types of functions are there in c?
What are runtime error?
Define VARIABLE?
Is null equal to 0 in sql?
What is a substring in c?
What is the concatenation operator?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1