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

Answer Posted / rahul

1,2,3

Is This Answer Correct ?    12 Yes 47 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2338


What are called c variables?

576


Why is c called a structured programming language?

684


What is the difference between text and binary i/o?

596


Differentiate between Macro and ordinary definition.

734






How many identifiers are there in c?

587


a program that can input number of records and can view it again the record

1488


In which layer of the network datastructure format change is done

1439


Why main function is special give two reasons?

953


How do we make a global variable accessible across files? Explain the extern keyword?

1426


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1748


Why isn't it being handled properly?

648


What is the difference between single charater constant and string constant?

626


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

602


What is a loop?

558