Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are bitwise shift operators?

Answer Posted / sagar

bitwise shift operators are >>,<<

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 5 types of organizational structures?

1133


What is the difference between strcpy() and memcpy() function in c programming?

1134


What does != Mean in c?

1094


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1189


Are pointers integers in c?

1123


Can you please explain the difference between syntax vs logical error?

1241


Write a program to swap two numbers without using a temporary variable?

1181


What is meant by recursion?

1100


What is static and volatile in c?

1265


Can a pointer be null?

1080


There seem to be a few missing operators ..

1096


What is the advantage of using #define to declare a constant?

1156


C language questions for civil engineering

1766


what does static variable mean?

1167


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1324