+ 1
How to represent '10^' in C?
29th Jan 2018, 7:21 AM
Aditya
2 ответов
+ 9
try to define a new function pow(x,n).
in the main call that function and substitute x=10.
29th Jan 2018, 7:38 AM
Mazin Ayash
+ 6
pow(10, n) from math.h
29th Jan 2018, 7:37 AM
Vlad Serbu
Часто задают такие вопросы?
Учитесь эффективнее, бесплатно:
Актуальное сегодня
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes



