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
Combinations of fibanocci prime series
what is the role you expect in software industry?
What is the use of sizeof () in c?
What is identifier in c?
Write a program which returns the first non repetitive character in the string?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What are the different types of constants?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What are called c variables?
What is the scope of global variable in c?
Can we declare variables anywhere in c?
In which layer of the network datastructure format change is done
What are pointers in C? Give an example where to illustrate their significance.
Explain what does it mean when a pointer is used in an if statement?
Explain what does the format %10.2 mean when included in a printf statement?