Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How to print a statement without using any semicolon in C program???
,c#
,java
c,c++
0 Votes
5 Answers
13th Apr 2017, 2:54 PM
sagar chauhan
What is if statement when we use it and where we use
java
1 Vote
2 Answers
15th Jul 2021, 9:34 AM
Sudharsan
what's the meaning of printf("%c",*&*p); ,it is giving same output as below statement in code. Anyone know whats the *&*p doing?
pointers
8 Votes
7 Answers
19th Apr 2019, 9:11 AM
Suraj Dhenge
How can i "stop all" in Javascript
javascript
statement
stopall
1 Vote
2 Answers
16th Jul 2020, 6:00 PM
Tekashi69{Oliseh}
Does Print statement always generates a CRLF always even if it's not specified?
if-statements
print
python
0 Votes
5 Answers
9th Aug 2019, 9:11 PM
John
Is there any limit for column numbers in select statement
sql
1 Vote
2 Answers
15th Dec 2016, 8:43 AM
TC Ilker Özdemir
Hi there! Can i place one more statement into switch?
else
help
if
switch
zodiac
0 Votes
1 Answer
17th Dec 2018, 7:19 AM
Шохджахон Туракулов
My else if statement seems to be right but it wont run.. Anyone can help?
c
0 Votes
6 Answers
22nd Nov 2021, 5:00 AM
Christian Jay Medallo
How do I use import statement and packages in the code playground?
java
1 Vote
3 Answers
21st Mar 2017, 10:13 PM
Ngaka Ya Meropa
Can we use goto statement within for loops for conditional jumping?
for
goto
loops
0 Votes
2 Answers
24th Dec 2019, 5:15 PM
U Hariharan
When an if statement is satisfied does compiler check else statment
else-statements
0 Votes
2 Answers
4th Jul 2019, 6:40 AM
Ayush Rawat
Can we use raise statement outside the except block?
python
raise
0 Votes
1 Answer
23rd Aug 2017, 9:25 PM
이효정
For what purpose and why BREAK statement is used in loops in Phyton?
phyton#loops
0 Votes
4 Answers
4th Jan 2020, 7:51 AM
Lalit kumar
How to range ID from 1 to 5 and 10 to 6 in one SQL statement
sql
1 Vote
7 Answers
6th Sep 2021, 11:43 AM
Saleh Ismayilov
I don't understand how to use 'input' statement . Please any one tell me.
python
1 Vote
4 Answers
24th Aug 2019, 7:48 AM
CODE LINE🔋
Is it possible to use logical XOR operator in multiple condition statement in java?
boolean-logic
java
1 Vote
7 Answers
25th Feb 2017, 8:19 PM
Beta Bet
How can we use the break statement to end loops in c++?
loops
switch
1 Vote
4 Answers
30th Dec 2017, 9:05 PM
Dhar.m
Can anyone help how to open microsoft word file in python 3 using open statement
files
python
python3
2 Votes
6 Answers
13th Nov 2020, 5:26 PM
Dino Gupta
In c++ switch statement what if two case match the condition?
c++
condition
cpp
programming
switch
1 Vote
1 Answer
13th Jul 2021, 3:01 AM
pavan
What happens if we write to consecutive input statement in python
error
input
python
python3
0 Votes
1 Answer
7th Dec 2022, 1:45 PM
Lev
how to give alias to multiple columns in select statement
sql
where
0 Votes
2 Answers
23rd Aug 2016, 11:12 AM
Satish Hambarde
How to ignore capital and small letter in if statement in cpp program?
cpp
1 Vote
3 Answers
13th Jun 2019, 5:04 AM
Aman Kumar
In if else if statement if we change change the (7<9-1) { }does the value of 9 changes or will it remain same ?
else
if
22 Votes
7 Answers
10th Jun 2018, 9:38 AM
Vijay(v-star🌟)
What is the difference between BREAK and RETURN statement used after SWITCH Cases?
c
c++
java
0 Votes
4 Answers
27th Apr 2019, 6:59 PM
TheEngineerIN
How can this statement be true? I mean how can I implement it?
java
0 Votes
3 Answers
26th Nov 2021, 5:15 PM
Atul
Why there is no Goto statement or any similar Jump statements in python. If So then what is the solution for this. Thnks😊
python
6 Votes
16 Answers
23rd Mar 2018, 7:05 PM
™TheChamp921
Why would you use the return statement in Python?
python
0 Votes
1 Answer
13th Jan 2017, 6:45 AM
Gopikrishna A
How to change statement of a text in C#?
c#
c++
python
-2 Votes
2 Answers
19th Feb 2018, 11:19 AM
fogne fosso francien
Why I dont get the desired result? if-else statement
if-statements
java
0 Votes
1 Answer
14th Jan 2017, 12:46 PM
Lena Orlovskaia
Which sql statement gives a faster output means performance
sql
1 Vote
1 Answer
9th Apr 2017, 2:54 AM
Abhimanyu Khirolkar
Is Ruby like python i mean statement syntax ??
ruby
0 Votes
1 Answer
10th Sep 2017, 5:40 PM
Dev Gupta
Can the 'else' statement not have a '(condition)' ?
c++
else-statements
0 Votes
1 Answer
21st Sep 2016, 7:02 PM
Eden Jäger
How does one do an if statement withuser input?
else-statements
0 Votes
1 Answer
27th Aug 2016, 2:56 PM
Adam Lang
Whi do i know how many times a while statement looped.
loop
python
while
0 Votes
2 Answers
2nd Jan 2021, 9:44 PM
Amit Kumar
How to use prepared statement in mysql and php web form
mysql
php
0 Votes
3 Answers
26th Nov 2018, 7:24 PM
RAJAT LOKHANDE
Please explain the effect of break statement inside the nested loops
java
2 Votes
2 Answers
7th Feb 2018, 2:59 PM
shivam srivastava
Why this statement is legal C statement?? int apple = ‘c’ ;
c
0 Votes
2 Answers
22nd Mar 2021, 7:27 AM
STOP
Whenever i put a if statement and start typing next this happens
if-statements
python
0 Votes
3 Answers
24th Apr 2018, 7:02 AM
ved
What is the disadvantage of using go to and switch statement while developing a software...
code
sololearn
10 Votes
2 Answers
22nd Sep 2017, 7:46 AM
Geeta P Jerkal
What is the syntax of if statement if we use 2 conditions
if-statements
0 Votes
4 Answers
30th Sep 2018, 12:51 PM
MUHAMMAD ILYAS
This if else statement is a flawless masterpiece but it won't work
else
functions
html
if
javascript
0 Votes
3 Answers
26th Feb 2019, 5:42 PM
Matteo Consolaro
How do you perform a switch statement with percentages and calculations?
none
2 Votes
2 Answers
19th Apr 2017, 11:23 PM
Innocentia mia
What is need of return statement in programing (basically return 0)
c++
0 Votes
2 Answers
24th Aug 2018, 8:04 AM
Rushikesh Jagtap
Can you generate Odd,even,prime or other Sequence using If Statement only??
c#
c++
java
javascript
phython
ruby
2 Votes
2 Answers
11th Sep 2017, 3:18 PM
John Moises Pascua
Why do we leave space to write if and else statement
else-statements
0 Votes
2 Answers
28th Apr 2020, 11:24 AM
Corporate Monster
How we can show any statement moving in html by tags
idea
no
0 Votes
2 Answers
17th Jul 2019, 4:12 PM
shahziab
Can we declare below statement in js? This question was asked in interview.
javascript
variables
0 Votes
6 Answers
16th Dec 2016, 6:40 PM
Dinakaran Balaji
Hi.... How do I get the return statement to work in this code?
return
0 Votes
6 Answers
27th Feb 2017, 5:24 AM
Ricardo Chitagu
The switch statement can be used to replace...? any clue
javascript
switch
2 Votes
1 Answer
17th Sep 2016, 4:35 AM
Kristoffer Ian C. Marquez
How to declare variables in the switch statement in c#?
reference
2 Votes
1 Answer
21st Apr 2017, 2:49 AM
Innocentia mia
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
21
22
23
...
34
Next >
Hot today
How to improve code readability
0 Votes
App
1 Votes
Solved Grouping data
0 Votes
Regarding course
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
In this code, I want to make exactly another div right next to it in div, how to edit it?
1 Votes
Python input() function is strange (a bug or a feature?)
1 Votes
Mentor
0 Votes
Please how can I learn dart language here
0 Votes