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 does struct node * mean?
What is the size of enum in c?
How do I use strcmp?
What’s a signal? Explain what do I use signals for?
Write a program to print factorial of given number using recursion?
write a programming in c to find the sum of all elements in an array through function.
Why c is called free form language?
What does sizeof function do?
Write a program for finding factorial of a number.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Write a program to identify if a given binary tree is balanced or not.
Why we use void main in c?
What is the hardest programming language?
Tell me when would you use a pointer to a function?
differentiate built-in functions and user – defined functions.