two variables are added answer is stored on not for third
variable how it is possible?

Answer Posted / ruchi

#include<stdio.h>
#include<conio.h>
int main()
{
int x=10,y=15;
x = x+y;
printf("%d",x);
getch();
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

738


What does malloc () calloc () realloc () free () do?

563


What is typeof in c?

611


Why do we need volatile in c?

750


Suggesting that there can be 62 seconds in a minute?

603






PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1720


What is an lvalue?

638


What is string concatenation in c?

571


Why is c so important?

601


What does c mean?

594


What is enumerated data type in c?

633


Can we declare variables anywhere in c?

583


Compare array data type to pointer data type

603


Which one would you prefer - a macro or a function?

606


in iso what are the common technological language?

1639