main()
{
int i = -3,j=2,k=0,m;
m= ++i || ++j && ++k;
printf("%d%d%d",i,j,k,m);
}
Answer Posted / tarkibitact
-2301
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What the advantages of using Unions?
What is the process to create increment and decrement stamen in c?
What is the difference between a free-standing and a hosted environment?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are terms in math?
The statement, int(*x[]) () what does in indicate?
What is mean by data types in c?
Is multithreading possible in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
what do you mean by enumeration constant?
What are header files in c?
find out largest elemant of diagonalmatrix
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Explain built-in function?
How can you draw circles in C?