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

Answer Posted / dhakchina moorthy.p

12

Is This Answer Correct ?    27 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How important is structure in life?

580


Explain the priority queues?

613


Explain high-order bytes.

668


What is time complexity c?

557


How can you determine the maximum value that a numeric variable can hold?

627






a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

629


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

693


How many types of functions are there in c?

576


what is a constant pointer in C

664


Explain pointers in c programming?

626


How arrays can be passed to a user defined function

566


What is the use of the function in c?

591


How can you invoke another program from within a C program?

609


Explain do array subscripts always start with zero?

750


What is the right type to use for boolean values in c?

574