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
Write a code on reverse string and its complexity.
p*=(++q)++*--p when p=q=1 while(q<=6)
What is file in c preprocessor?
What is a header file?
What is register variable in c language?
Difference between macros and inline functions? Can a function be forced as inline?
Differentiate between declaring a variable and defining a variable?
What is property type c?
develop algorithms to add polynomials (i) in one variable
What is ## preprocessor operator in c?
Tell me when is a void pointer used?
Differentiate between new and malloc(), delete and free() ?
Differentiate between full, complete & perfect binary trees.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the use of ?