main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}

Answer Posted / rajjak khan

131113

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is property type c?

605


What is abstract data structure in c?

529


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2160


What are the application of void data type in c?

713


show how link list can be used to repersent the following polynomial i) 5x+2

1678






What is your stream meaning?

605


Explain how are portions of a program disabled in demo versions?

655


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

655


Explain the red-black trees?

608


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1879


what is the role you expect in software industry?

1658


What is break statement?

631


What are comments and how do you insert it in a C program?

742


What is wrong with this code?

695


What is advantage of pointer in c?

693