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...

write a program for 7*8 = 56 ? without using * multiply
operator ? output = 56

Answer Posted / banavathvishnu

int main()
{

printf("%d",7<<3);
getch();
}

Is This Answer Correct ?    30 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is register variable in c language?

1059


Explain what is the difference between a string and an array?

1221


What 'lex' does?

1223


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

1206


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1476


Write a program to print ASCII code for a given digit.

1125


Which node is more powerful and can handle local information processing or graphics processing?

1367


What are the differences between Structures and Arrays?

1271


Explain union. What are its advantages?

1125


Explain what is the difference between #include and #include 'file' ?

1074


Can a variable be both static and volatile in c?

1080


Explain what does the format %10.2 mean when included in a printf statement?

1411


Why is c not oop?

1037


What is p in text message?

1037


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16913