Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Can x*x (double) be negative?
c++
compiler
double
paradox
1 Głos
3 odpowiedzi
4th Dec 2017, 11:15 PM
Гриша Ахременко
def square (x): return x*x def test(func,x): print(func(x)) test (square,42)
functions
2 głosów
3 odpowiedzi
6th May 2018, 4:10 PM
Rohit Singh
#include <stdio.h> #define sqr(x) x*x int main() { printf("%d",sqr(3+1)); return 0; }
c
macro
4 głosów
2 odpowiedzi
17th Sep 2020, 11:20 AM
Shaktirajsinh zala
#include <stdio.h> #define square(x) x*x int main() { int i=(28/square(4)); printf("%d",i); return 0; }
define
0 głosów
2 odpowiedzi
1st Sep 2020, 10:42 AM
Rohit Ahuja
what is going on why is it not squaring def square(x): return x*x def test(square, x): print(x) test (square, 12)
functions
python
1 Głos
3 odpowiedzi
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#
callingupthefunction
function
if
negative
positive
x*x
x*x*x
0 głosów
5 odpowiedzi
22nd Dec 2020, 12:22 PM
Elia John
how to initiate e^x in c program, like x^2 as x*x?
as
c
e^x
how
in
initiate
like
to
x*x
x^2
1 Głos
4 odpowiedzi
13th Apr 2018, 4:53 PM
Anand Wanve
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Popularne dzisiaj
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes