Cursussen
Cursussen
Code Compiler
Code Compiler
Discussiëren
Prijzen
Teams
Inloggen
Registreren
Menu
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
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 Stemmen
1 Antwoord
16th Dec 2022, 3:18 PM
KP Aiswarya
What is the output of this code? int arr[] = {2, 4, 6}; int x = (*arr + 1) * (*(arr + 1)); cout << x;
cpp
1 Stem
1 Antwoord
30th Aug 2020, 2:55 PM
Bayzid
X = int(input()) Y = int(input()) Z = int(input()) N = int(input()) ans = [[i, j, k] for i in range(X + 1) for j in range(Y
list
1 Stem
2 Antwoorden
27th Oct 2020, 3:10 PM
Jaya Pratha
how python calculation this code i not understand why when i put (block 2 the height is 1) or (block 3 the height is 2 i) help p
python
python3
0 Stemmen
5 Antwoorden
16th Feb 2019, 4:26 PM
Ariel Shenker
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 Stemmen
1 Antwoord
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 Stemmen
2 Antwoorden
6th Sep 2018, 5:47 PM
Vignesh
function pow(x, n) { if (n == 1) { return x; } else { return x * pow(x, n - 1); } } alert( pow(2, 3) );
js
0 Stemmen
2 Antwoorden
12th May 2021, 3:35 AM
Animesh Mahato
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 Stemmen
3 Antwoorden
25th Aug 2016, 3:28 AM
Lekhraj Singh
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
< Vorige
1
2
Volgende >
Populair vandaag
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
What is a simple and easy way to learn ruby? :)
0 Votes
Course Doubt
1 Votes
How do i make a lexer and parser
1 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
2 Votes
Lesson Takeaways
0 Votes
Data analysis
0 Votes
Saved code
0 Votes
Help
0 Votes