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 n c????

Answer Posted / sorab aggarwal

#include<conio.h>
#include<stdio.h>
void main()
{
if(printf("%d",5+6))
{}
getch();
}

Is This Answer Correct ?    27 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C programming, what command or code can be used to determine if a number of odd or even?

998


What header files do I need in order to define the standard library functions I use?

1009


What does dm mean sexually?

1269


Explain the advantages of using macro in c language?

962


What are the different file extensions involved when programming in C?

1211


Can you mix old-style and new-style function syntax?

1064


What is dynamic variable in c?

994


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1903


Explain how can I convert a number to a string?

1110


What is string length in c?

1034


What is the sizeof () a pointer?

931


Tell us the use of fflush() function in c language?

1095


How can you pass an array to a function by value?

1064


Describe the modifier in c?

1065


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

1119