main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Answers were Sorted based on User's Feedback
What is array of structure in c programming?
What is difference between class and structure?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
print the palindrome numbers in between 0 to n
What is static memory allocation? Explain
who is the father of C Language?
20 Answers CTS, UST,
Why is c platform dependent?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
what is the similarities between. system call and library function?
How do I use strcmp?
Why static is used in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.