int x=5;
printf("%d%d%d",x,x<<2,x>>2);
Answers were Sorted based on User's Feedback
what is a c-language.what is do.
Explain how are portions of a program disabled in demo versions?
Tell us the use of fflush() function in c language?
What is the difference between union and structure in c?
how to write a bubble sort program without using temporary variable?
What are identifiers c?
What is memory leak in c?
what is Structural oriented language? give some example of this language.....?
simple c program for 12345 convert 54321 with out using string
Hi can anyone tell what is a start up code?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
what are the advantages & disadvantages of unions?