Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can draw a box in cprogram without using graphics.h
header file & using only one printf(); ?

Answer Posted / chandan kumar r

#include<stdioh>
#include<conio.h>
void main()
{
printf("______________\n|______________|\n");
getch();
}

output:
____________________
|____________________|

Is This Answer Correct ?    37 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain goto?

1090


differentiate built-in functions and user – defined functions.

1038


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1021


Why do we use stdio h and conio h?

1030


what do u mean by Direct access files? then can u explain about Direct Access Files?

2025


Can a function argument have default value?

1090


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

1112


What is ponter?

1220


What are unions in c?

976


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1297


Do you know the difference between malloc() and calloc() function?

1002


Why is c fast?

1002


What are the ways to a null pointer can use in c programming language?

1073


write a program to find out prime number using sieve case?

2032


Tell me what is the purpose of 'register' keyword in c language?

968