main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answers were Sorted based on User's Feedback
What is the difference between array and pointer?
write a c program to store and print name,address,roll.no of a student using structures?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
is it possible to change the default calling convention in c ?
What are nested functions in c?
Tell me about low level programming languages.
why the execution starts from main function
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
what about "char *(*(*a[])())();"
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
will u please send me the placement papers to my mail???????????????????