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

what is the output?

Answer Posted / dgsfg

5
20
1

kuchh log pagal hain
%d aur int datatype main float value print karate hain(1.25)
hehehehe........

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you pass an entire structure to functions?

710


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

612


What is hungarian notation? Is it worthwhile?

713


Why c is a procedural language?

597


Differentiate Source Codes from Object Codes

836






WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1872


What are the 4 types of unions?

621


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2045


What is meant by errors and debugging?

657


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2547


Linked lists -- can you tell me how to check whether a linked list is circular?

654


What is a stream in c programming?

610


What is an identifier?

636


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

649


What is getch c?

867