#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}

Answer Posted / stephen john

i got the answer is 3,4,4.
why?

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c still relevant?

635


What does 4d mean in c?

934


What is union in c?

630


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1872


What is the return type of sizeof?

583






What are the modifiers available in c programming language?

728


What is the difference between array and structure in c?

565


Differentiate between #include<...> and #include '...'

615


What does char * * argv mean in c?

620


What is void main () in c?

722


What is a global variable in c?

585


Can two or more operators such as and be combined in a single line of program code?

801


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3135


Can we declare function inside main?

560


Which type of language is c?

642