int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / priya
answer will be 1,2
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is local and global variable in c?
What are the types of bitwise operator?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is a macro?
Why is it usually a bad idea to use gets()? Suggest a workaround.
How can you determine the size of an allocated portion of memory?
What are variables c?
writ a program to compare using strcmp VIVA and viva with its output.
What is openmp in c?
Explain what are the different file extensions involved when programming in c?
Can we compile a program without main() function?
How does selection sort work in c?
Did c have any year 2000 problems?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is meant by 'bit masking'?