main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / rukmanee

i++=5
i--=5
i=5

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is nested structure in c?

622


What is main () in c language?

611


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

657


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

662


What is the difference between text and binary modes?

656






Is it acceptable to declare/define a variable in a c header?

694


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

655


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9665


Explain how do you determine whether to use a stream function or a low-level function?

642


Is a house a shell structure?

704


in linking some of os executables are linking name some of them

1663


What is the use of a ‘’ character?

595


What do you mean by a local block?

639


What are the rules for the identifier?

685


What is the purpose of main( ) in c language?

638