Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
What is the output of this code? int arr[] = {2, 4, 6}; int x = (*arr + 1) * (*(arr + 1)); cout << x;
cpp
1 Voto
1 Respuesta
30th Aug 2020, 2:55 PM
Bayzid
What is wrong? 1) int x = 5/2.0; 2) byte b = 50; b = 2*b; 3) int x = 10; float f = 2.0*x;
error
java
operators
strings
wrong
0 Votos
1 Respuesta
16th Feb 2021, 5:14 PM
Alrabab Saeed
function pow(x, n) { if (n == 1) { return x; } else { return x * pow(x, n - 1); } } alert( pow(2, 3) );
js
0 Votos
2 Respuestas
12th May 2021, 3:35 AM
Animesh Mahato
When you’re testing with that; 1) leap year before 2/28, 2) leap year after 2/28, 3) non leap year, so finding a codings for it,
else-statements
if-statements
int
0 Votos
1 Respuesta
7th Oct 2019, 1:09 PM
Livoni
Create 3 one dimensional Numpy array with 10 items each. 1) Array “a” with items between 2 and 10. 2) Array “b” with items bet
problem
solving
0 Votos
1 Respuesta
16th Dec 2022, 3:18 PM
KP Aiswarya
Can any1 check if this C fuction to delete all the node placed at even position of the link list (start count from 1) is right?
android
c
c++
ds
java
python
r
sql
0 Votos
1 Respuesta
21st Mar 2020, 6:33 AM
Rohit Negi
If you give 3 inputs the inputs are may or may not different from each other 1) if the inputs are different print 1,2)same pri 0
c
0 Votos
2 Respuestas
6th Sep 2018, 5:47 PM
Vignesh
which members of A are accessible from B?and why? class A{ int a; protected: float b; public: char c; }; class B:private A{}; 1) a 2) b 3) c 4) none
c++
0 Votos
3 Respuestas
25th Aug 2016, 3:28 AM
Lekhraj Singh
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
Siguiente >
En tendencia hoy
My codebits section is full of deleted codes
13 Votes
Ai generated practices
2 Votes
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
0 Votes
Solving coding challenges
0 Votes
Feedback on my portfolio
0 Votes
Yo this is madness
0 Votes
Changing String Variables into int in C++
0 Votes
Advertising in Sololearn
0 Votes
I am new
1 Votes
How can i insert files?
1 Votes