本文介绍了c语言如何实现多重?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

c语言如何实现多重?任何人都可以告诉我,谢谢!

解决方案




多个*什么*?


-

/ - Joona Palaste(pa*****@cc.helsinki.fi)-------------芬兰-------- \

\ -

读我的嘴唇:苹果离树不远。 br />


how c language to realize multiple ? can anyone tell me , thank you!

解决方案



Multiple *what*?

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"My absolute aspect is probably..."
- Mato Valtonen




That''s easy, just define it, e.g.

int main(void)
{
int multiple; /* <-- multiple now realized */

return 0;
}

Glad to help.

--
- Mark ->
--




Liu...

English language problem:

multiple == more than one

Did you mean multiply (mathematical operation) ?

--
Morris Dovey
West Des Moines, Iowa USA
C links at http://www.iedu.com/c
Read my lips: The apple doesn''t fall far from the tree.


这篇关于c语言如何实现多重?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 00:29