int x=5;
printf("%d%d%d",x,x<<2,x>>2);
Answers were Sorted based on User's Feedback
What do you understand by normalization of pointers?
What is optimization in c?
Which is best book for data structures in c?
write a program for odd numbers?
Can variables be declared anywhere in c?
what is recursion in C
What is the meaning of typedef struct in c?
What are the advantages of the functions?
What is this pointer in c plus plus?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
i want to have a program to read a string and print the frequency of each character and it should work in turbo c