Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
Why we use . in email or Gmail extensions instead of , or ; ?
.
1 Stimme
15 Antworten
15th Aug 2018, 4:44 AM
Jahnavi.B
I cant understand this 1 != 1...what mean this ! ;
python3
0 Stimmen
4 Antworten
31st Jan 2018, 8:45 PM
Reptilian Hermit
What is the signification of : using namespace std ; ???? Plz
c++
functions
1 Stimme
5 Antworten
28th Nov 2016, 11:49 AM
five stars
How is this code working ? ; and why is the output " p" if you don't input anything?
arrays
c++
input
output
3 Stimmen
14 Antworten
30th Jun 2022, 2:05 PM
Unwanted Blue
Ok i got trained and i feel great ; now where can i find job?
developer
fullstack
jobs
make-money
market
12 Stimmen
3 Antworten
6th Jul 2017, 6:07 AM
Melih Melik Sonmez
Whene int a =2.3 ; I need to stor (a) as 3
integer
0 Stimmen
3 Antworten
3rd Jan 2021, 11:28 PM
badreldeen ebraheem
Why is float x= 11/100 ; in c++ only showing 0 ?
c++
1 Stimme
2 Antworten
30th Aug 2022, 6:32 PM
Emediong Ekoh
please why is there no ; function after int main () ??
c++
cout
0 Stimmen
3 Antworten
16th Oct 2018, 9:26 PM
olaoluwa
Plz explain int a=int32.parse(Console.ReadLine()) ; What is parse? How to use Console.ReadLine?
c#
0 Stimmen
5 Antworten
6th Aug 2016, 4:41 AM
CH.Durga Prasanna Kumar
point out why is this happening cin>>a>>b ; cout<< a+b ; my input is only 20 and no other input but the answer was 28 ?
variables
0 Stimmen
3 Antworten
22nd May 2018, 9:22 AM
Shivam Kumar
include <stdio.h> int main() { int b=7,a; a=b++ + ++b+b++ ; printf ("%d\n",a); return 0; }
@sololearn
2 Stimmen
7 Antworten
22nd Oct 2021, 5:19 AM
Palleni Sasidhar
int x = 5 ; x = (x++)*2+3+(--x) System.out.println(x); answer is 18
after
evaluating
in
result
what
x
x++*2+3--x;
x=
0 Stimmen
3 Antworten
25th Sep 2020, 12:58 PM
Ali Xd Rocks
<?php echo $_POST["name"] ; ?> Why we need Square Bracket here ?
arrays
key
php
post
syntax
value
0 Stimmen
5 Antworten
16th Apr 2017, 10:59 PM
Helal Chowdhury
Is it necessary to end our program with return 0 ; ?
basics
c
1 Stimme
2 Antworten
1st Aug 2019, 10:50 AM
Parminder Singh
what is it mean ? select*from table where title like 'IT+_%' escape '+' ;
sql
1 Stimme
9 Antworten
18th Apr 2017, 9:07 PM
Rana
Why this statement is legal C statement?? int apple = ‘c’ ;
c
0 Stimmen
2 Antworten
22nd Mar 2021, 7:27 AM
STOP
An error keeps coming like ; needed in public static void.someone help
java
1 Stimme
2 Antworten
6th Aug 2019, 4:47 PM
Ankush Raj
How is the default value of int and float 0 and 0.0f ;
java
5 Stimmen
2 Antworten
24th Oct 2017, 3:12 PM
Utkαrsh
Hi everyone! I want to know ; is internal style sheet useful ?
css
iss
2 Stimmen
3 Antworten
10th Jun 2018, 4:27 PM
Pos1_TrOn
Why is semi colon ; necessary at the end of C program
data-types
0 Stimmen
2 Antworten
5th Dec 2019, 7:58 PM
Sherif Oladele
What is the output of this code? var _run=0 ; function _runchange(){ var _run=1;} console.log(_run);
and
globlal
javascript
local
variables
1 Stimme
7 Antworten
3rd Sep 2019, 10:46 PM
Kensy Master Will
We can use ; after preprocessor or not it gives same output. Why?
c++
2 Stimmen
3 Antworten
30th Nov 2016, 7:53 PM
sagar goel
How does the Ruby code ; print ("My") print ("first") puts ("program") works??
@
3 Stimmen
1 Antwort
8th Oct 2020, 8:00 AM
Arush Chauhan
Is my first project is nice ? Leave comments annd ideas ;
@1
@2
@4
@drawshapes
1 Stimme
1 Antwort
1st Sep 2022, 2:20 PM
Ilyes Zeki
Php opening tag ! echo"hello" ; php closing tag ! Hii
php
1 Stimme
1 Antwort
12th Nov 2017, 4:51 AM
Shubham Gupta
Need help in Virtual functions ; Can't figure out the error
c++
class
virualfunctions
1 Stimme
1 Antwort
7th Dec 2016, 10:53 AM
Kunal Sharma
how.do you remember when do use curly braces {} vs a semicolon ; when programming.
braces
curly
semicolon
vs
0 Stimmen
4 Antworten
9th Nov 2019, 4:55 PM
Making A Change
Do all classes in C++ end with ; after the closing curly brace?
c++
1 Stimme
1 Antwort
29th Dec 2019, 5:06 PM
K3NJ!B☆B¥
How to get back button if I'm using getSupportActionBar(). hide() ;
android
java
studio
0 Stimmen
1 Antwort
17th Dec 2017, 12:37 AM
HighFlyer
<?php $sum =0 ; for(i=0;i<=30;i++) { if(i%9==0) $sum=$sum+i; } echo"\n sum is \n ",$sum; ?>
php
2 Stimmen
3 Antworten
23rd Sep 2020, 4:40 AM
Jeeshan Momin
How do you know when to use : and when to use ; ?
else-statements
python
1 Stimme
4 Antworten
2nd Oct 2016, 2:43 AM
Pavel G
Why is there " = " sign after age, instead of " ; " sign???
c#
input
2 Stimmen
5 Antworten
11th Nov 2016, 9:20 AM
Shees ur Rehman
Please help me complete this program to enable me get an output of y int main() { int x = 9; int y = x % 5; x= ; cout<<x*y ;
c++
1 Stimme
4 Antworten
27th Sep 2016, 5:16 PM
Ibim
For the beginner : what is correct order of start learning different languages ...? (C++; HTML; java; python; .net; php ; ruby)
.net
c++
html
java
php
python
ruby
20 Stimmen
5 Antworten
8th Apr 2017, 3:59 AM
#Happy@777
i defined var x = 0704 ; and the o/p was 452 .can some one explain why
javascript
variables
0 Stimmen
11 Antworten
18th Apr 2017, 5:22 PM
vineet pokhriyal
Is there any difference between *p = &a And int *p ; p=&a;
c++
pointers
1 Stimme
2 Antworten
15th Mar 2017, 9:25 AM
Jatin Grover
What's the output of this code and WHY/ EXPLAIN cout << (((1||0)&&0)||(1||0)) ;
c++
0 Stimmen
3 Antworten
30th Jan 2017, 3:34 PM
Amr Monsef
int [] a, b[],c ; int [] a , b,[]c ; a)both is right? b) both are invalid?? c) only 1st is correct d) only 2nd is correct
java
0 Stimmen
2 Antworten
25th Sep 2017, 6:24 PM
Ankit Singh Rawat
var x = 0; for (; x <= ; x += ) { document.write(x); }
#javascript
0 Stimmen
3 Antworten
3rd Nov 2020, 12:19 PM
SANDHIYA S
What is the output of the following code? Char*a="Coding"; char*b=(++a) +3; printf("%c", *b) ;
c
0 Stimmen
2 Antworten
22nd Jun 2020, 7:34 AM
Kiruthika U
Why this piece of code print c++ when condition is not true
;
c,
if-statements
2 Stimmen
3 Antworten
1st Feb 2020, 4:54 PM
tushar sahni
If we give ';' after for loop in C like for( ; ;); any condition within.. What will happen..??
c
for
loop
7 Stimmen
9 Antworten
13th Dec 2017, 1:35 AM
Anamika Roy
(day_of_week) { case 1: case 2: case 3: case 4: case 5: document.write("Working Days"); ; case 6:
hard
0 Stimmen
4 Antworten
30th Nov 2021, 6:37 AM
ADITI NIGAM
I don't get the difference between list-style-position:outside ; And list-style-position;inside; because my browser says thet are the same
css
lists
4 Stimmen
7 Antworten
16th Aug 2016, 12:45 PM
Ayomikun James
Ignoring Command
;
bug
glitch
1 Stimme
2 Antworten
17th Nov 2024, 2:31 AM
StarCodes
In python ; what is the difference between "is" and "==" ? For example : list1 is list2 ... and list1==list2
python
reserved
syntax
6 Stimmen
5 Antworten
10th May 2019, 2:53 AM
Abdelkader Barraj عبد القادر البراج
Some times we use (cout<<"/n" <<"/n" ; ) why do we use /n double time ?
c++
3 Stimmen
3 Antworten
15th Feb 2018, 11:00 AM
S Prajwal
int *p, x=11, y=13; p=&x; *p=y ; y=12; please explain the values of x,y and p.
code
cpp
pointers
0 Stimmen
3 Antworten
25th Aug 2020, 7:24 AM
Harsh Kant
What is the difference between return 0 ; and return 1; in c++ i can hardly underrated??
totallycofused
1 Stimme
3 Antworten
27th Sep 2017, 8:27 AM
Prateek Gupta
Look at the code snippet below: const float * ch = &c ;
answer
it
please
-2 Stimmen
1 Antwort
10th Aug 2017, 4:21 PM
PULKIT BHARDWAJ
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
3
4
5
6
Weiter >
Heute heiß
Is anyone else annoyed about lives?
3 Votes
[OFFICIAL] 📢 🍀 St. Patrick’s Day Code Challenge! 🍀
23 Votes
Times up quiz has error
0 Votes
Help what is wrong with this code I can't run it
0 Votes
JavaScript functions
0 Votes
Can SOLOLEARN make an ASSEMBLY Course? 🤔
3 Votes
What happens if a function reach "return" statemt.
0 Votes
Cell Growth bugged?
0 Votes
User input
1 Votes
Job
0 Votes