Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
How to write a code in c++ that differentiates between using asterisk(*) for pointer declaration and the deference operator?
c++
2 Votes
2 Réponses
9th Jan 2018, 6:18 PM
Tesneem Tarik Mohamed
May sound silly but can someone please explain to me the difference between a double and a float number?
c++
double
float
0 Vote
1 Réponse
18th Nov 2019, 7:25 AM
Little Light 🕯️
What is the difference between class _ type x (); and class _ type x; in c++
c++
1 Vote
2 Réponses
29th Jan 2017, 9:58 AM
gaurav kulkarni
Given two numbers X and Y, write a function that: 1 returns even numbers between X and Y, if X is greater than Y else it returns
(x
{
=
=>
const
myfunction
return
x*
y;
y)
-4 Votes
5 Réponses
5th Oct 2018, 8:24 PM
ohwo oghenekaro
How can I add space between strings when multipling it with integer. Also how can I print those in separate line?
strings
0 Vote
2 Réponses
4th Jun 2020, 7:49 AM
Black Tx
I am able to use both class & id multiple times on the same page and it works just fine. So, whats the difference between them?
css
selectors
3 Votes
4 Réponses
10th Feb 2017, 7:45 AM
Gurpreet Singh
What is difference between writing strings in single or double quotes,or when to use single and double quotes
python
strings
0 Vote
3 Réponses
8th Dec 2016, 6:16 AM
Ashish Ranjan
what is the name of dot which is used in c++ between object and function
c++
if-statements
0 Vote
2 Réponses
12th Jan 2017, 5:10 AM
Fazle Rasool Rizvi
Can you guys tell me what is the difference between header <iostream> and <stdio.h> ?
c++
0 Vote
2 Réponses
5th Mar 2016, 9:43 AM
NaMan GuPta
What's the difference between : {cout << x*2 ;} and {return x*2;} in a function?
c++
functions
return
0 Vote
2 Réponses
15th Feb 2017, 6:51 AM
mohammad mazhariroshan
What is Bitwise and what is the difference between Bitwise Exclusive Or and Regular Or?
python
0 Vote
2 Réponses
17th Sep 2016, 1:03 AM
Esteban
Write a program to find those number which are divisible by 7 and multiple of 5 between 1500 and 2700
python
-2 Votes
2 Réponses
16th Sep 2019, 11:35 AM
Ishika Singh
What's the difference between using 'finally' in my Python vs moving the "final" code out of the 'except' block?
exceptions
finally
0 Vote
2 Réponses
20th Mar 2019, 12:18 PM
Zoee
What is the difference between a variable with an empty string and a variable with a value of undefined?
javascript
1 Vote
1 Réponse
25th May 2020, 7:12 AM
Volca-Nick Mukuha
Is there big difference between single quotes and double quotes while we are using echo in php?
char
echo
php
quotes
strings
variables
2 Votes
1 Réponse
6th Dec 2017, 3:40 PM
Rahul Jain
What is the different between client side and server side? Amm What is the best side, or What is more easy to learn?
html
0 Vote
5 Réponses
5th Apr 2016, 3:32 AM
Franklin
html
and
basically
between
difference
html
is
what
xml
1 Vote
2 Réponses
28th Oct 2016, 1:45 PM
anukul
What is different between datatype : json call and datatype : html call from ajax ?
ajax
datatable
html
javascript
jquery
json
mvc
webservice
-1 Vote
2 Réponses
30th Mar 2018, 6:30 PM
Muhafil Saiyed
What is the difference between for loop, for in loop and for of loop in Javascript?
javascript
loops
0 Vote
1 Réponse
7th Dec 2021, 10:38 AM
Coder Doing Coder Stuff
Why makes it no difference between using "x++" or "++x" as increment in a for loop?
java
loops
0 Vote
2 Réponses
31st Jul 2016, 10:50 PM
Marco Neumann
What ++ means? And --? And whats the difference between - and -- | and + and ++?
a
help
knowledge
stranger
0 Vote
3 Réponses
3rd Jul 2017, 5:43 PM
Vinicius Martiniano
What's the difference between these While Loop Output knowing that the two Combilers are outside the Loop ?
combiler
javascript
loop
while
1 Vote
2 Réponses
13th Jul 2017, 5:39 PM
Mohamed Ali
what's the difference between the int main() and void main() ? what is the best for use ?
c++
0 Vote
3 Réponses
22nd Aug 2016, 6:30 AM
Amel Alrooh
Is there any difference between a function's parameters and its argument in c++? Or they both are same?
c++
function-arguments
functions
0 Vote
3 Réponses
16th Jun 2017, 7:00 AM
Vaibhav Goswami
How do we make a Back button in Jframe? Especially when we do the frame transition between multiples of jframe.?
jframe
2 Votes
2 Réponses
24th Jun 2017, 7:18 AM
Pema Gyalpo
Can anyone explain the exact difference between a static variable and a local variable in C with a small example?
c
1 Vote
2 Réponses
18th Nov 2018, 6:07 PM
Balamurali Chellam
Why there is a difference between the method off C++ programming in my book and this app?Which on is relevant?
and
cin
cout
printf
scanf
2 Votes
2 Réponses
25th Apr 2017, 11:38 AM
Nikunj Chopra
Creating a whitespace in between my session variable output in PHP. I will do two posts with my code snippets for both examples
output
print
session
space
variables
white
with
0 Vote
5 Réponses
7th Feb 2018, 7:46 PM
Making A Change
what is difference between C#, C and C++ cause I thought that C and C# are same but turns out to be different
c
c#
c++
0 Vote
5 Réponses
16th Jul 2016, 12:42 PM
Shantanu vidwans
What is the different between these two terms in html: HEADER-CELL AND COLUMN-HEADING? Thank you.
html
0 Vote
1 Réponse
14th Nov 2022, 11:20 PM
Oliver Pasaribu
What's the difference between the for loop contain a statment inside the loop with curly braces and without the curly braces
c
0 Vote
2 Réponses
11th Dec 2021, 4:10 PM
Harikumar M
What is the simple diffrnce between For , while and do while loop ? I mean major Answer I want ..
c++
loops
operators
0 Vote
4 Réponses
13th Jul 2016, 11:03 AM
Vinod Bahadur Thapa
Display all the numbers between 0 and 200 satisfying all the below conditions. Conditions: i) Sum of the digits should be 9
java
-2 Votes
2 Réponses
1st Oct 2022, 8:07 PM
Dhoni Smash
What's the difference between a runtime and an interpreter. For example: node js is a runtime while python is an interpreted l
access-modifiers
comments
interpreter
python
runtime
1 Vote
2 Réponses
10th Apr 2019, 9:13 PM
midou mecemma
Is there any similarity between java and python? if one's know how to code in java can learn python ?
java
python
0 Vote
2 Réponses
8th May 2019, 7:48 PM
Samreen Qamar
Is there a difference between sum(x) and x.sum() when x is a list or an array ?
python
python3
0 Vote
1 Réponse
6th Aug 2022, 6:50 AM
Nicolas Leonetti
Whats the exact difference between overloading and overriding? Can any one explain me with a real time examples?
c++
1 Vote
2 Réponses
4th Sep 2017, 6:25 PM
Akshata H K H K
What are some of the high-level differences between C, C++, Java, and C# from a software construction perspective?
c
c#
c++
java
0 Vote
2 Réponses
5th Aug 2018, 4:33 AM
Justin Kindrix
Can someone tell me the difference between JTextField and JTextArea, and if so how do i use the JTextArea
java
0 Vote
2 Réponses
28th Mar 2020, 2:04 PM
Ntsako Baloyi
Between C programming and c++ have any difference? C programming is in my syllabus so it is compulsory to use c++
c
0 Vote
4 Réponses
17th Feb 2017, 3:10 AM
Maheshkumar
Why in python it is True and False.. Instead of true and false.. What's the difference between them... Can anyone explain
booleans
0 Vote
3 Réponses
5th Dec 2018, 8:15 AM
Uma
Write a function called list reverse to list all the reverse all the numbers in between two numbers
numeric-operations
python
0 Vote
2 Réponses
29th Jan 2019, 3:58 AM
Mukul Bisht
What's the difference between lists and arrays and does python has arrays? (if they're not the same thing)
lists
python
1 Vote
2 Réponses
14th Aug 2016, 1:12 PM
Ryu
Strong and bold text
after
and
between
bold
difference
is
strong
text
the
what
0 Vote
2 Réponses
27th Sep 2018, 11:30 AM
Hari Arien
Is there any app or tutorial which helps to compare and study the differnences between syntaxes and keywords of java and python
c++
compare
differences
java
keywords
syntaxes
0 Vote
2 Réponses
13th Feb 2020, 9:54 AM
antony rinoy
What is the difference between static method and static block in JAVA?Can we declare more than one static block for a Program?
block
java
methods
programming
static
3 Votes
2 Réponses
23rd Aug 2017, 10:57 PM
Yash Raghava
What is enum? We can use final also. What is difference between enum and final?
enums
java
0 Vote
1 Réponse
21st Jul 2016, 2:27 PM
Muhammad Sajid
What will be difference between the bark method with static keyword and without static keyword
classes
java
objects
0 Vote
1 Réponse
23rd Sep 2017, 3:43 PM
Sourabh jain
In a while loop what is the difference between int num=1;. and int number; ?
c++
loops
0 Vote
1 Réponse
2nd Mar 2017, 2:45 PM
RAHUL PATIDAR
Difference between giving a value to the output screen by using return and using System.out.println()?
return
0 Vote
1 Réponse
17th Jan 2017, 3:32 PM
Kolla Saikumar
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
145
146
147
...
152
Suivant >
Aujourd'hui en vedette
App
2 Votes
How to improve code readability
0 Votes
I NEED to make a game
1 Votes
Regarding course
0 Votes
Solved Grouping data
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
what is python
0 Votes
Chess Tournament Exercise Doesn’t Work
0 Votes
Android
0 Votes