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
Do string constants represent numerical values?
Explain what is the best way to comment out a section of code that contains comments?
What does a function declared as pascal do differently?
Tell me what is null pointer in c?
What are qualifiers and modifiers c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is a loop?
why wipro wase
Can two or more operators such as and be combined in a single line of program code?
What does node * mean?
Can a variable be both static and volatile in c?
which type of aspect you want from the student.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are the advantage of c language?
Why is it that not all header files are declared in every C program?