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...

How to add two numbers without using semicolon at runtime

Answer Posted / snehal sawant

#include<stdio.h>
void main()
{
while(!printf("11+20= %d ",11+20))
{
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is javascript written in c?

1112


Explain the use of #pragma exit?

1216


What does sizeof return c?

1125


Explain what are its uses in c programming?

1119


What are valid signatures for the Main function?

1290


I heard that you have to include stdio.h before calling printf. Why?

1113


what are the facialities provided by you after the selection of the student.

2324


What is difference between scanf and gets?

1366


When is a “switch” statement preferable over an “if” statement?

1204


What is the size of a union variable?

1094


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

1219


What does double pointer mean in c?

1249


Is there sort function in c?

1063


Is main a keyword in c?

1178


Explain the difference between structs and unions in c?

1064