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 |
What is clrscr in c?
Why is structure padding done in c?
In C language, a variable name cannot contain?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
which one is better structure or union?(other than the space occupied )
Which function in C can be used to append a string to another string?
How main function is called in c?
What is the memory allocated by the following definition ? int (*x)[10];
any string of bits of length 'n' represents a unique non- negative integer between.............?
What is sizeof int?
How do you write a program which produces its own source code as its output?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string