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
What is a const pointer?
Explain what is a const pointer?
Explain what are its uses in c programming?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is typedef struct in c?
When should the const modifier be used?
What is #include cctype?
Explain what is the purpose of "extern" keyword in a function declaration?
Are negative numbers true in c?
What is the difference between text files and binary files?
Explain what are the __date__ and __time__ preprocessor commands?
What are the types of assignment statements?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
How can I implement a delay, or time a users response, with sub-second resolution?
What is the meaning of c in c language?