main()
{
int age;
float ht;
printf("Enter height and age");
scanf("%d%d",&height,&age);
if((age<=20)&&(ht>=5))
{printf("She loves you");}
else
{printf("She loves you");}
}
Answer Posted / ajay
out is same ,so programmer write the other message in else part ,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c programming hard?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Differentiate between full, complete & perfect binary trees.
When c language was developed?
Is malloc memset faster than calloc?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
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
What are shell structures used for?
Does c have circular shift operators?
What is property type c?
develop algorithms to add polynomials (i) in one variable
How does pointer work in c?
What is the purpose of clrscr () printf () and getch ()?
What is wrong with this statement? Myname = 'robin';
What are the types of pointers in c?