main()
{
int i = -3,j=2,k=0,m;
m= ++i || ++j && ++k;
printf("%d%d%d",i,j,k,m);
}
Answer Posted / mayur dharmik
output
-220
i.e,
i=-2, j=2, k=0.
it will print only 1st three value.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
show how link list can be used to repersent the following polynomial i) 5x+2
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What are the __date__ and __time__ preprocessor commands?
What are run-time errors?
What is structure packing in c?
Explain what is the difference between a string and an array?
What does a pointer variable always consist of?
Why is c known as a mother language?
What is the difference between ++a and a++?
Why shouldn’t I start variable names with underscores?
What is the use of ?
Is c a great language, or what?
What is default value of global variable in c?
What is wrong with this program statement?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.