int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Post New Answer View All Answers
What are types of preprocessor in c?
How do I round numbers?
Explain low-order bytes.
Is struct oop?
How can I recover the file name given an open stream or file descriptor?
What is build process in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain logical errors? Compare with syntax errors.
What is sizeof int in c?
What is wrong with this statement? Myname = 'robin';
How can I handle floating-point exceptions gracefully?
Define and explain about ! Operator?
What is the difference between struct and typedef struct in c?
What is header file in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above