int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?

Answer Posted / madhu

No doubt ans is : 1,2

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Stimulate calculator using Switch-case-default statement for two numbers

2452


Explain why C language is procedural?

774


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1770


How can I find out how much free space is available on disk?

632


How to compare array with pointer in c?

625






Wt are the Buses in C Language

2753


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1675


Explain the meaning of keyword 'extern' in a function declaration.

729


What are file streams?

574


Explain how can I read and write comma-delimited text?

661


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2273


How is null defined in c?

655


What is the advantage of c?

613


How can a program be made to print the name of a source file where an error occurs?

735


What is union and structure in c?

622