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

write a program for odd numbers?

Answer Posted / aswani

#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("enter the two numbers");
scanf("%d %d ",&a,&b);
c=a+b;
printf("%d sum is",c);
getch();
}

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a Program to find whether the given number or string is palindrome.

1336


What is an example of structure?

1094


What is this infamous null pointer, anyway?

1102


What does node * mean?

1302


Explain Function Pointer?

1240


Is int a keyword in c?

1032


What is the role of && operator in a program code?

1131


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1290


Why is C language being considered a middle level language?

1207


why we wont use '&' sing in aceesing the string using scanf

2423


What is structure pointer in c?

1091


What is the meaning of c in c language?

1244


Write a program to swap two numbers without using third variable in c?

1180


When a c file is executed there are many files that are automatically opened what are they files?

1150


What is pointer to pointer in c language?

1210