English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

As we have Multiplication and division in .Net why we dont have in
C and C++.

2006-11-20 22:11:47 · 4 answers · asked by Prashanth K 1 in Computers & Internet Programming & Design

4 answers

I'm really not sure what you mean by this. But have a look at:


http://en.wikipedia.org/wiki/Operators_in_C_and_C++#Arithmetic_Operators

2006-11-20 22:27:31 · answer #1 · answered by Tamayi M 2 · 0 1

there are countless variations in syntax between distinctive languages. that may no longer something that should be pronounced intimately right here. you will discover particular descriptions and language references on line. The .internet framework is a Microsoft product that is used for webpages. For .internet Microsoft delivers a markup language and then countless programming languages that is used for the code-at the back of pages. The code-at the back of pages grant the reminiscence and good judgment for the website. C++.internet purely means that it extremely is the Microsoft version of C++ (there are various different C++ compilers) that is used the two for commonplace C++ programming or for web site-specific .internet code-at the back of pages.

2016-11-25 22:28:07 · answer #2 · answered by ? 4 · 0 0

multiply and divide in C/C++
float a,b,c;

a = 10;
b = 5;
c = a*b;
c = a/b;

2006-11-21 01:14:00 · answer #3 · answered by justme 7 · 0 0

Jesus-*******-christ, you're a moron.

2006-11-20 22:22:19 · answer #4 · answered by Anonymous · 0 1

fedest.com, questions and answers