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 a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?

Answer Posted / ripal

The output will produce error because there is error at if
(a=0).It should be if(a==0)

Is This Answer Correct ?    8 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If errno contains a nonzero number, is there an error?

1431


How many types of operators are there in c?

1088


Why are all header files not declared in every c program?

1148


What is extern variable in c with example?

1056


Explain what is wrong with this program statement?

1159


what is the structure pointer?

2179


All technical questions

2056


Why main is used in c?

1128


What is structure in c definition?

1111


a program that can input number of records and can view it again the record

1959


What are c identifiers?

1151


How do I read the arrow keys? What about function keys?

1147


What is pointer to pointer in c?

1152


code for find determinent of amatrix

2013


Is exit(status) truly equivalent to returning the same status from main?

1116