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
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What are examples of structures?
Write a program in c to replace any vowel in a string with z?
What does *p++ do? What does it point to?
Why malloc is faster than calloc?
Explain argument and its types.
Can math operations be performed on a void pointer?
How can I do peek and poke in c?
What is 2c dna?
Write a progarm to find the length of string using switch case?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.