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

Answers were Sorted based on User's Feedback



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

Answer / sravani

i got the answer 1,3,4

Is This Answer Correct ?    5 Yes 1 No

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

Answer / drashti

3

Is This Answer Correct ?    0 Yes 0 No

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

Answer / stephen john

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

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More C Interview Questions

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

0 Answers  


Can we add pointers together?

0 Answers  


Why c++ is called c++ and not c+?

9 Answers   EBS,


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

0 Answers  


What is structure in c language?

0 Answers  






what is the role you expect in software industry?

2 Answers   HCL, Wipro,


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


What is the difference between array_name and &array_name?

0 Answers  


What are the types of type qualifiers in c?

0 Answers  


When should I declare a function?

0 Answers  


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,


Whats s or c mean?

0 Answers  


Categories