void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}

Answer Posted / akshay

442

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of unions?

594


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

566


can any one provide me the notes of data structure for ignou cs-62 paper

1690


Explain what is the difference between functions abs() and fabs()?

608


What are the types of type qualifiers in c?

636






State the difference between realloc and free.

615


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1552


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.

2145


Can you subtract pointers from each other? Why would you?

548


What are linked lists in c?

637


What is the difference between exit() and _exit() function?

590


difference between native and cross compilers

1657


Describe the modifier in c?

588


What are the features of c language?

609


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

617