a=(1,2,3);
b=1,2,3;
c=1,(2,3);
d=(1,2),3;
what's the value of 'a','b','c','d'

Answer Posted / srsabariselvan3

a=3
b=1
c=1
d=2

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the difference between = and == symbols in c programming?

782


Is boolean a datatype in c?

553


What is sizeof return in c?

619


What is the use of ?: Operator?

671


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2618






Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

673


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1470


what are the advantages of a macro over a function?

650


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1484


What is pivot in c?

570


What is a memory leak? How to avoid it?

580


What is equivalent to ++i+++j?

648


What is the difference between typedef and #define?

552


What is the total generic pointer type?

733


Explain what are reserved words?

639