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

Is c programming hard?

577


What is the benefit of using const for declaring constants?

591


What is a void * in c?

598


What are header files in c programming?

658


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

734






Subtract Two Number Without Using Subtraction Operator

358


Explain modulus operator.

598


What is the size of enum in bytes?

591


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1481


largest Of three Number using without if condition?

1009


What is a header file?

639


Why flag is used in c?

652


What is the purpose of void pointer?

600


Why cant I open a file by its explicit path?

594


What is difference between %d and %i in c?

695