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

Define C in your own Language.

882


plz let me know how to become a telecom protocol tester. thank you.

2004


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1056


Is c is a procedural language?

859


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

837


What are terms in math?

831


What is self-referential structure in c programming?

936


How do you convert strings to numbers in C?

975


Explain how can I make sure that my program is the only one accessing a file?

955


main() { printf("hello"); fork(); }

994


What is default value of global variable in c?

796


What is else if ladder?

829


What is difference between class and structure?

886


What do you mean by scope of a variable in c?

810


What is the maximum length of an identifier?

953