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

Answer Posted / rahul

1,2

Is This Answer Correct ?    67 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are bus errors, memory faults, and core dumps?

784


Difference between constant pointer and pointer to a constant.

607


What is string constants?

654


What is an lvalue in c?

690


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1887






Define C in your own Language.

635


What are comments and how do you insert it in a C program?

736


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2299


Why can't I perform arithmetic on a void* pointer?

634


What is c token?

601


What is main () in c?

584


Does sprintf put null character?

595


How can I get back to the interactive keyboard if stdin is redirected?

663


What is array in c with example?

610


What is %s and %d in c?

586