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...

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

Answer Posted / parmjeet kumar

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

output:

______________
|______________|

Is This Answer Correct ?    16 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to pass an entire structure to functions?

1053


What is a program flowchart?

1276


What is the use of #define preprocessor in c?

1119


Are c and c++ the same?

1102


What does typedef struct mean?

1158


Explain pointers in c programming?

1156


What kind of structure is a house?

1095


how to introdu5ce my self in serco

2049


What is meant by type casting?

1098


What is else if ladder?

1075


How would you obtain the current time and difference between two times?

1333


What is a newline escape sequence?

1153


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

1260


praagnovation

2347


In C, What is the #line used for?

2317