main()
{
int a=5;
printf(?%d,%d,%d\n?,a,a< <2,a>>2);
}
Answer: 5,20,1 please explain this code in detail
Answer Posted / k siva sindhu
1
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the different types of control structures?
In c programming language, how many parameters can be passed to a function ?
Write a program to find factorial of a number using recursive function.
Where define directive used?
Why is c called "mother" language?
State two uses of pointers in C?
Which is best linux os?
Write the Program to reverse a string using pointers.
What does void main () mean?
What does volatile do?
Explain about the functions strcat() and strcmp()?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is the general form of #line preprocessor?
What does double pointer mean in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles