main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}

Answer Posted / cholan

-1

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between #include<...> and #include '...'

615


What oops means?

578


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

693


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

632


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

656






Explain 'bit masking'?

648


What is meant by inheritance?

630


Are pointers integers in c?

606


Write a program to reverse a given number in c language?

616


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

606


Why n++ execute faster than n+1 ?

1838


Are pointers really faster than arrays?

558


Explain the difference between the local variable and global variable in c?

595


Where we use clrscr in c?

698


Do pointers take up memory?

652