main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Post New Answer View All Answers
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is masking?
How do you determine a file’s attributes?
What are the types of bitwise operator?
What is the use of a ‘ ’ character?
What are global variables?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is console in c language?
Is it valid to address one element beyond the end of an array?
Do you know what are the properties of union in c?
Write the syntax and purpose of a switch statement in C.
how many key words availabel in c a) 28 b) 31 c) 32
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the best way to comment out a section of code that contains comments?
What is pass by value in c?