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
Explain built-in function?
Why c is called object oriented language?
application attempts to perform an operation?
Differentiate between null and void pointers.
Give differences between - new and malloc() , delete and free() ?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Is null equal to 0 in sql?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Describe wild pointers in c?
Explain how do you search data in a data file using random access method?
What is linear search?
Write a code to remove duplicates in a string.
Explain logical errors? Compare with syntax errors.
When do we get logical errors?