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

Why is structure important for a child?

1146


What are the advantages of using linked list for tree construction?

1145


What is assert and when would I use it?

1061


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2286


What is meant by type specifiers?

1183


What is getch?

1273


What is #ifdef ? What is its application?

1165


Write a program to print numbers from 1 to 100 without using loop in c?

1135


Can we declare variable anywhere in c?

1033


What are the loops in c?

1049


Tell us two differences between new () and malloc ()?

1272


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

2128


What are local static variables? How can you use them?

1199


What is the difference between union and anonymous union?

1373


Why do we use stdio h and conio h?

1134