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
How can you read a directory in a C program?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
When do we get logical errors?
What is openmp in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
Can math operations be performed on a void pointer?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is structure padding and packing in c?
How is a pointer variable declared?
Explain the red-black trees?
How can I do peek and poke in c?
In which header file is the null macro defined?
Explain what are the different data types in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.