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

Can the size of an array be declared at runtime?

602


What is the advantage of c?

607


What is the code for 3 questions and answer check in VisualBasic.Net?

1686


How do you redirect a standard stream?

618


What is pass by reference in functions?

320






Is calloc better than malloc?

570


What are the different types of C instructions?

671


Write a program to know whether the input number is an armstrong number.

665


What are void pointers in c?

574


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

596


Which is better oop or procedural?

628


What is queue in c?

574


Add Two Numbers Without Using the Addition Operator

351


What are the difference between a free-standing and a hosted environment?

740


What are the applications of c language?

621