#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}
Answer Posted / sravani
i got the answer 1,3,4
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the right way to use errno?
Explain what are run-time errors?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What standard functions are available to manipulate strings?
What is a good way to implement complex numbers in c?
Describe the modifier in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
When the macros gets expanded?
Is c weakly typed?
What is the best way to comment out a section of code that contains comments?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is variable initialization and why is it important?
In C, What is the #line used for?
Explain what is the advantage of a random access file?