Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How do I swap bytes?

1061


What is the difference between strcpy() and memcpy() function in c programming?

1070


What do you mean by recursion in c?

1092


In which header file is the null macro defined?

1334


Explain argument and its types.

1049


What are c identifiers?

1077


Explain what is a pragma?

1031


Lists the benefits of c programming language?

1117


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2667


Create a simple code fragment that will swap the values of two variables num1 and num2.

1270


List the difference between a "copy constructor" and a "assignment operator"?

995


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2160


what is bit rate & baud rate? plz give wave forms

1965


How many bytes are occupied by near, far and huge pointers (dos)?

1143


What is the use of getchar functions?

1169