We can draw a box in cprogram by using only one printf();&
without using graphic.h header file?
Answer Posted / mohan reddy
yes the code is currect
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("\n______________\n|______________|");
getch();
}
output:
______________
|______________|
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is mean by data types in c?
Tell us bitwise shift operators?
Why doesnt the call scanf work?
Do you know the difference between exit() and _exit() function in c?
What does printf does?
What does 1f stand for?
why wipro wase
What is the difference between array and pointer in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is volatile keyword in c?
What are the basic data types associated with c?
Difference between exit() and _exit() function?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
How to draw the flowchart for structure programs?