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
Define C in your own Language.
plz let me know how to become a telecom protocol tester. thank you.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Is c is a procedural language?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are terms in math?
What is self-referential structure in c programming?
How do you convert strings to numbers in C?
Explain how can I make sure that my program is the only one accessing a file?
main() { printf("hello"); fork(); }
What is default value of global variable in c?
What is else if ladder?
What is difference between class and structure?
What do you mean by scope of a variable in c?
What is the maximum length of an identifier?