WAP to Compute the Sum of two Number by using Function

Sum

Statement of C Progream: This Program accepts two Integers and Computes their Sum via addnums() :
There are two methods to write this Program
  1. NON ANSI style
  2. ANSI style
1. NON ANSI style:

#include<stdio.h>
#include<conio.h>
void main()
{
int a , b , result;
clrscr();
printf(" Enter the value of two numbers\n");
scanf("%d%d" , &a , &b);
result = addnums(a , b);
printf(" sum of %d and %d = %d\n" , a , b , result);

}                                                      /* End of main */

/* Function to add two numbers */

int addnums( var1 , var2)
int var1 , var2;
{
int sum;
sum = var1 + var2;
return(sum);
}                                               /* End of Function */

Output:
Enter the value of two numbers
24
68
sum of 24 and 68 = 92


2. ANSI style:

#include<stdio.h>
#include<conio.h>
void main()
{
int a , b , result;
clrscr();
printf(" Enter the value of two numbers\n");
scanf("%d%d" , &a , &b);

result = addnums(a , b);
printf(" sum of %d and %d = %d\n" , a , b , result);

}                                                      /* End of main */

/* Function to add two numbers */

int addnums( int var1 , int var2)
{
int sum;
sum = var1 + var2;
return(sum);

}                                               /* End of Function */

Output:
Enter the value of two numbers
14
18
sum of 14 and 18 = 32

                                                                 That's All
                                                                   

0 Response to "WAP to Compute the Sum of two Number by using Function"

Post a Comment

Popular Posts

Label

1 Sidebar 2 Columns 3 Columns Footer 3rdball 4 Columns Footer Alex Alvaro Antsasia Arlinadesign Averie Barry BASIC CONCEPTS Basil Bayna Fast BeautyPress BeautyTemplates Beckel Best Best - Clean Beyonce Pro BioMag BlackMag Blanter Nova Blogger Card Bloggertheme9 Blogish Bpress Brakt C LANGUAGE C PROGRAMS C++ LANGUAGE C++ PROGRAMS Carella Cellar Charlotte Chooko Lite Clara Clean Combo One Cooperate Crusade Darry Dorman Dreamway Dunia Blanter eCars EduAcademy EducationPress Elise Elvan Eva Everyday FabNews Fashion Fashion Blogger Template Fashion Gossip FastCars Fedo FlashNews Fredy Portfolio Gaming Globus GoodTime Goomsite HTML LANGUAGE iGaming Indicate Innove Insomnia InspiredNews iSoft Jasmine Kalem Landscaping Lashira Lavelle Lily Fashion Limax Linea Lionex Luminescence Lite Lumix Luxury Magazine MagazinePro MAJOR DIFFERENCES MarketingBlog Martin MaxiMag Medica Mega Melissa Mercury MeshMag Minimag Minimalist MiniNews MovieKhor msdesignbd MusicLand Neko NetZine New Spread News16 Newsflash NewsForce NewsIdea Newspaper News NewsPro Nubie Fast Odd Themes Optima PaperMag PaperMag blog Parhlo Perfection Personal Personal Blog Photosout PixelZ Power Blog Premium Themes ProfileMag Purez Rano ReadNews Real estate Remito Grid Responsive Revo Robusta Rotario Saara SeoBoost Settle Shouters Simple Catch SimpleClean Sketchly SNews SolidMag Someo Sophie Sora Sora Bank Sora Home Sora News Responsive Sora One Sora Ribbon Spido Sticko Stucco Sure Mag Swift Tech Tech Pro Techia Techmax TechSpot TemplateClue Templateism Templatesilk Templatesyard Templatezy The Freelancer TheBlogger TheFocus Themeforest Themexpose TIPS AND TRICKS Topside TravelMag Trendy Trendy Travel Tumblr Under Construction Uong Jowo Veethemes Vertox VideoPlay Vigo Waverly way2themes WebBiz Wedding X-Mag Zealer ZetaMag