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
How do you search data in a data file using random access method?
Can main () be called recursively?
How can I get back to the interactive keyboard if stdin is redirected?
In which language linux is written?
What are the complete rules for header file searching?
What does the && operator do in a program code?
What are the disadvantages of external storage class?
Is javascript written in c?
How do you determine a file’s attributes?
What is time null in c?
What is the difference between malloc() and calloc() function in c language?
Is there a way to compare two structure variables?
Is it possible to execute code even after the program exits the main() function?
How can I call a function with an argument list built up at run time?
Why is c so popular?