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 / rohit kakade

this pgm has error because height is not defined in the main()

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the symbol indicated the c-preprocessor?

696


What is quick sort in c?

585


What are file streams?

572


What is the size of enum in bytes?

590


Is sizeof a keyword in c?

584






There seem to be a few missing operators ..

619


Are there constructors in c?

598


Explain what are compound statements?

605


Why header file is used in c?

577


Is there any data type in c with variable size?

633


Is c is a high level language?

621


Define macros.

785


Explain the difference between exit() and _exit() function?

637


Explain low-order bytes.

623


What is non linear data structure in c?

577