what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / sandeep

1,1,2

Is This Answer Correct ?    5 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What library is sizeof in c?

576


What is break statement?

636


Why we use conio h in c?

591


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

722


Do you know the difference between exit() and _exit() function in c?

612






This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

736


What are multibyte characters?

647


What are nested functions in c?

568


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2009


What is multidimensional arrays

637


What is dynamic memory allocation?

812


What are the types of data structures in c?

606


What does %c do in c?

589


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1719


what are the facialities provided by you after the selection of the student.

1664