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

Write a program to print fibonacci series without using recursion?

1215


What is volatile variable in c?

1152


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

3211


What is the role of this pointer?

1126


What are the advantage of c language?

1105


How do you generate random numbers in C?

1244


How can you tell whether a program was compiled using c versus c++?

1158


How can I write functions that take a variable number of arguments?

1186


What is the difference between mpi and openmp?

1353


what is the different bitween abap and abap-hr?

2417


What is wrong with this program statement?

1080


What does 2n 4c mean?

1307


What is the size of structure pointer in c?

1115


Explain what is wrong with this program statement? Void = 10;

1302


Differentiate between ordinary variable and pointer in c.

1250