main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

Answer Posted / vignesh1998i

oh oh , sorry , i didnt see the value of x is 5....


4 4 1

than k u

Is This Answer Correct ?    1 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3842


What are compound statements?

622


How can type-insensitive macros be created?

695


Explain how do you determine the length of a string value that was stored in a variable?

668


What are the different types of control structures?

582






What is a program flowchart and how does it help in writing a program?

659


How to declare pointer variables?

685


When should the const modifier be used?

655


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3498


Write a program to show the change in position of a cursor using c

578


How do you use a 'Local Block'?

720


Differentiate between the expression “++a” and “a++”?

699


Explain what are run-time errors?

607


What is difference between class and structure?

570


What is 02d in c?

637