what is the Output?
int a=4 b=3;
printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++);
printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
Answer Posted / vinod kumar
in fedora it is giving
91076104
-2-1-31-3-3
but dont know how
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Function calling procedures? and their differences? Why should one go for Call by Reference?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Why shouldn’t I start variable names with underscores?
What is meant by errors and debugging?
How can I read/write structures from/to data files?
Can you return null in c?
Can a file other than a .h file be included with #include?
Write a program to print "hello world" without using a semicolon?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Why c is called a mid level programming language?
What are different types of variables in c?
What is pre-emptive data structure and explain it with example?
What are the different file extensions involved when programming in C?
How can variables be characterized?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com