Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
#include <constream.h> int main () { int x = 10, y = 3, z; for (z= 0; z < x;) z = z++ +y; cout <<"\n" << z; return 0; }
constream
for
0 Votes
3 Answers
15th Sep 2020, 5:33 AM
Abdul Sami
int x=168; int y=60; int z; z=x&y; What will be the value / output of z??
c++
java
php
5 Votes
4 Answers
29th Aug 2017, 9:20 PM
Ifiokobong Akpan
Solve string var res="10+5+5+7";, var z should be equal its calculated value; then var s= should string of z;
javascript
1 Vote
4 Answers
18th Jun 2017, 3:14 PM
ASHISH PANDEY
int a=5; b=6; c=2; int z; z=++a + a++ - b-- + c++ + ++c; printf z
c,
operator-precedence
0 Votes
1 Answer
25th Aug 2018, 11:57 AM
Deepak K
function Calc(x,y) { z = x + y; return z; } || function Calc(4,5); & document.write ( functionCalc(4,5) ); Are these two same?
javascript
0 Votes
1 Answer
29th Nov 2020, 2:04 AM
Nishara Sewminie
#include <iostream> using namespace std; int main() { int x = 5, y = 6, z = 50, sum; cout << sum; sum= x + y + z;
c++
1 Vote
2 Answers
11th Jul 2019, 5:49 PM
Shrusti Singhaniya
What is the output of this code? int x = 1, y = 1, z = 1; cout << (++x || ++y && ++z); cout << x << y << z;
c++
0 Votes
4 Answers
21st Aug 2018, 10:27 AM
Vedansh
what will display the following program item and how many times will be executed the loop
*
=
10;
x
z;
0 Votes
3 Answers
24th Jul 2019, 11:46 AM
Сергій Дацюк
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
Hello World!
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
Html learn
1 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
Java doubt coders
0 Votes
How to put multiple inputs in python?
1 Votes
Python ???
0 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes