What is the output of following program ?
int
main()
{
int x = 5;
printf("%d %d %d\n", x, x << 2, x >> 2);
}
Answer Posted / qint
5 20 1
| Is This Answer Correct ? | 72 Yes | 6 No |
Post New Answer View All Answers
Explain how do you view the path?
What is string function c?
What is double pointer?
Why do we use int main instead of void main in c?
Subtract Two Number Without Using Subtraction Operator
Does * p ++ increment p or what it points to?
Why does not c have an exponentiation operator?
How can I get the current date or time of day in a c program?
What are the types of operators in c?
difference between object file and executable file
What is pointers in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Explain what are reserved words?
What are the advantages and disadvantages of pointers?