what is the answer for it
main()
{
int i;
clrscr();
printf("%d",&i)+1;
scanf("%d",i)-1;
}
Answers were Sorted based on User's Feedback
Answer / deepshree sinha
any garbage value of i because the value of i is not
initialised.
| Is This Answer Correct ? | 1 Yes | 1 No |
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
The statement, int(*x[]) () what does in indicate?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Explain what does a function declared as pascal do differently?
Is exit(status) truly equivalent to returning the same status from main?
how to find the size of the data type like int,float without using the sizeof operator?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What is floating point constants?
Write a program to find whether the given number is prime or not?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Differentiate between the expression “++a” and “a++”?