int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / amit
declaration should be done separately.. ans:a=1
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
What is #define?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the difference between procedural and declarative language?
Explain how can I convert a string to a number?
What is cohesion in c?
Between macros and functions,which is better to use and why?
What does c in a circle mean?
How can a program be made to print the line number where an error occurs?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are the storage classes in C?
Is int a keyword in c?
Why is c so popular?
What is the correct declaration of main?
Explain what header files do I need in order to define the standard library functions I use?
How can you tell whether two strings are the same?