int x=5;
printf("%d%d%d",x,x<<2,x>>2);
Answers were Sorted based on User's Feedback
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
while initialization of array why we use a[][2] why not a[2][]...?
What is the meaning of c in c language?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
What is a c token and types of c tokens?
how to get starting address of a running C program
to find the closest pair
What is the g value paradox?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
WHAT IS C?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
What are the different file extensions involved when programming in C?