ramya


{ City } salem
< Country > india
* Profession *
User No # 51434
Total Questions Posted # 1
Total Answers Posted # 2

Total Answers Posted for My Questions # 9
Total Views for My Questions # 9396

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 3
Questions / { ramya }
Questions Answers Category Views Company eMail

what are difference between c and c++?

Accenture,

9 C++ General 9396




Answers / { ramya }

Question { HCL, 61668 }

void main()
{
int i=1;
printf("%d%d%d",i,++i,i++);
}
Cau u say the output....?


Answer

OUTPUT:
1,2,1

Is This Answer Correct ?    0 Yes 2 No

Question { 7629 }

what is run time error?


Answer

During execution of the program the error will occur.it
produce wrong result and also go to main program

Is This Answer Correct ?    0 Yes 1 No