• Cursos
  • Code Compiler
  • Discussão
  • Preços
  • Equipas
Menu

Discussões Q&A

Can x*x (double) be negative?
c++compilerdoubleparadox
1 Voto
3 Respostas
4th Dec 2017, 11:15 PM
Гриша Ахременко
Гриша Ахременко - avatar
def square (x): return x*x def test(func,x): print(func(x)) test (square,42)
functions
2 Votos
3 Respostas
6th May 2018, 4:10 PM
Rohit Singh
Rohit Singh - avatar
#include <stdio.h> #define sqr(x) x*x int main() { printf("%d",sqr(3+1)); return 0; }
cmacro
4 Votos
2 Respostas
17th Sep 2020, 11:20 AM
Shaktirajsinh zala
Shaktirajsinh zala - avatar
#include <stdio.h> #define square(x) x*x int main() { int i=(28/square(4)); printf("%d",i); return 0; }
define
0 Voto
2 Respostas
1st Sep 2020, 10:42 AM
Rohit Ahuja
Rohit Ahuja - avatar
what is going on why is it not squaring def square(x): return x*x def test(square, x): print(x) test (square, 12)
functionspython
1 Voto
3 Respostas
23rd Oct 2016, 2:37 AM
toygrill11
Hi, I want to create a function in CS that tests a number. If it is positive, the function calculate its square (x²)but if.....
c#callingupthefunctionfunctionifnegativepositivex*xx*x*x
0 Voto
5 Respostas
22nd Dec 2020, 12:22 PM
Elia John
Elia John - avatar
how to initiate e^x in c program, like x^2 as x*x?
asce^xhowininitiateliketox*xx^2
1 Voto
4 Respostas
13th Apr 2018, 4:53 PM
Anand Wanve
Anand Wanve - avatar
Popular hoje
Can i code here? Or just learn?
1 Votes
Hi, please I'm interested in learning Html, css and Javascript. I need a guidance or any app recommendation that will make me
1 Votes
Why Lazy?
1 Votes
Please help a beginner choose a programming language
2 Votes
Quiz App: Step 3, Restart Button
0 Votes
Catch the ball
0 Votes
It's app not running properly?
1 Votes
Running a python code
1 Votes
Web development
0 Votes
PHP
0 Votes