int i=0,j;

j=++i + ++i ++i;

printf("
%d",j);

Answer Posted / padma seenivasan

invalid value in increament

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain the four storage classes in C?

635


What is the benefit of using an enum rather than a #define constant?

648


State the difference between x3 and x[3].

643


Can we declare a function inside a function in c?

574


What are data types in c language?

578






What does 3 mean in texting?

604


What is a stream?

639


What are the 5 types of organizational structures?

542


Can we access array using pointer in c language?

638


Explain how can I read and write comma-delimited text?

640


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1623


Explain what is the use of a semicolon (;) at the end of every program statement?

721


What is the difference between break and continue?

599


Why main is used in c?

580


Explain how do you declare an array that will hold more than 64kb of data?

886