Comment on Tutorial - Using Shift Operators in C By Fazal
Comment Added by : viswanath
Comment Added at : 2013-02-23 14:13:40
Comment on Tutorial : Using Shift Operators in C By Fazal
i need help in writing code for multiplication program in C using bitwise operation : i got for 2,3,4,5 and 8,9 but not able to find for 6th and 7th multiplication: becoz this type logic is working for 6th and 7th table with: "result = (X <<1)+X ;" (while increment the number from 2 to 3 : the table is shifting from 5 to 9 th table. so please help me in this. Thanks in advance.
View Tutorial
- Data Science
- React Native
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Read a file having a list of telnet commands and execute them one by one using Java
Open a .docx file and show content in a TextArea using Java
Step by Step guide to setup freetts for Java
Of Object, equals (), == and hashCode ()
Using the AWS SDK for Java in Eclipse
DateFormat sample program in Java
concurrent.Flow instead of Observable class in Java
Calculator application in Java
Sending Email from Java application (using gmail)