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

Answer Posted / jai

this is foolish question

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

613


How to throw some light on the b tree?

598


What is nested structure with example?

612


What is structure of c program?

592


Why header files are used?

632






Linked lists -- can you tell me how to check whether a linked list is circular?

632


What is the concatenation operator?

598


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5047


Explain which function in c can be used to append a string to another string?

573


Can 'this' pointer by used in the constructor?

604


Do character constants represent numerical values?

831


What is stack in c?

598


How can you call a function, given its name as a string?

704


What is switch in c?

635


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

661