int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / raj
error
| Is This Answer Correct ? | 4 Yes | 25 No |
Post New Answer View All Answers
What happens if a header file is included twice?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is file in c preprocessor?
What is the difference between if else and switchstatement
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Tell me when would you use a pointer to a function?
What are the standard predefined macros?
Are the variables argc and argv are local to main?
Why main is not a keyword in c?
Why void main is used in c?
Explain the ternary tree?
What is string constants?
Are the variables argc and argv are always local to main?
how do you execute a c program in unix.
Explain how can you avoid including a header more than once?