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 / myfriend_shankar

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("9+1= %d ",9+1))
{}
}

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is int main () in c?

1031


How will you find a duplicate number in a array without negating the nos ?

2085


Write a program on swapping (100, 50)

1068


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

1097


Is the exit() function same as the return statement? Explain.

1040


What is null in c?

1009


What is the difference between malloc calloc and realloc in c?

1072


Explain that why C is procedural?

1087


What is boolean in c?

1036


How do I create a directory? How do I remove a directory (and its contents)?

1104


Why do we use int main instead of void main in c?

1104


Explain what standard functions are available to manipulate strings?

1028


Is multithreading possible in c?

952


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1386


Can 'this' pointer by used in the constructor?

1047