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


Please Help Members By Posting Answers For Below Questions

What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

733


How to establish connection with oracle database software from c language?

1677


What is volatile keyword in c?

583


Explain 'bus error'?

563


Write a program to print fibonacci series without using recursion?

610






how to find anagram without using string functions using only loops in c programming

2718


what does static variable mean?

657


What is a good way to implement complex numbers in c?

596


Explain how do you print only part of a string?

650


Explain how do you determine whether to use a stream function or a low-level function?

630


What are the back slash character constants or escape sequence charactersavailable in c?

686


What is #define?

577


What is the right type to use for boolean values in c? Is there a standard type?

566


What is anagram in c?

521


Is flag a keyword in c?

682