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 is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Is c procedural or functional?
What is sizeof int?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Is it cc or c in a letter?
What is the significance of c program algorithms?
What are the different types of control structures?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a program to check palindrome number in c programming?
Can true be a variable name in c?
What are the advantages of Macro over function?
What is the purpose of clrscr () printf () and getch ()?
Explain the difference between call by value and call by reference in c language?
How can I find out the size of a file, prior to reading it in?
What are reserved words?