• Cursussen
  • Code Compiler
  • Discussiëren
  • Prijzen
  • Teams
Menu

Q&A Discussies

WY I get a rundum number from memory when I run this code #include <iostream> using namespace std; int main () { int array [5]; for (int x = 0; x < 5; x++) { array [x] = 42; cout << x << ': ' << array [x] << endl; } return 0; } if I replace ': ' with ": " every thing works well.
arraysc++
0 Stemmen
2 Antwoorden
11th Jul 2016, 11:19 PM
zak
< Vorige1...89Volgende >
Populair vandaag
Help
1 Votes
Python stressed me out
1 Votes
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
Course Doubt
1 Votes
Data analysis
0 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
1 Votes
[ReSolved] I paid for the subscription but didn't receive it.
0 Votes
Help
0 Votes
How do i make a lexer and parser
1 Votes