int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / arunkumar ms
1,2
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is a far pointer in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
How many identifiers are there in c?
What are operators in c?
Explain how are 16- and 32-bit numbers stored?
Explain the advantages and disadvantages of macros.
Differentiate call by value and call by reference?
What is the best way to comment out a section of code that contains comments?
Why we use int main and void main?
What is extern keyword in c?
Do you have any idea about the use of "auto" keyword?
What is a char c?
Explain what is a pragma?
What is masking?
Find MAXIMUM of three distinct integers using a single C statement