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 C program to add two numbers before the main function
is called.

Answer Posted / b.vinod

#include<stdio.h>
main()
{
int a,b,c;
printf("Enter the value a,b");
scanf("%d%d",&a,&b);
c=a+b;
printf("c value is%d",a);
}

Is This Answer Correct ?    11 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you relate the function with the structure? Explain with an appropriate example.

3465


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

4413


What is full form of PEPSI

2431


Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??

2483


why nlogn is the lower limit of any sort algorithm?

2868


Develop a routine to reflect an object about an arbitrarily selected plane

3636


could you please send the program code for multiplying sparse matrix in c????

3594


write a simple calculator c program to perform addition, subtraction, mul and div.

3737


Write a routine to implement the polymarker function

4925


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2920


why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2779


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

3023


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3376


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3551


how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3656