main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / ifti/amir/shah
300..400
i.e second no and the first...........
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
When c language was developed?
What are types of preprocessor in c?
What are the types of type qualifiers in c?
Explain what is output redirection?
What is restrict keyword in c?
What is sorting in c plus plus?
State the difference between x3 and x[3].
find out largest elemant of diagonalmatrix
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the condition that is applied with ?: Operator?
What does printf does?
Difference between malloc() and calloc() function?
Does free set pointer to null?
How can you call a function, given its name as a string?