Cursos
Cursos
Compilador de Cรณdigo
Compilador de Cรณdigo
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussรตes
Pesquisar
Pesquisar
Faรงa uma pergunta
Faรงa uma pergunta
Why in Java result = 8, but in C result = 9
c
java
20 Votos
41 Respostas
10th Jun 2019, 7:29 PM
UraL
= and == in c
c
3 Votos
1 Resposta
10th Jan 2019, 6:35 PM
Zhenis Otarbay
What is the value of the C ?? C = b++(+a); if b = 5; and a =11;
c
c#
c++
help
syntax
1 Voto
16 Respostas
1st Nov 2021, 4:43 PM
Taha khaled
a = [2,3,4] b = [5,6,7] c = a.extend(b) print(c) # why out None?
python
python3
0 Voto
2 Respostas
13th Oct 2021, 11:51 PM
Khalif Baby๐ถ
c = w - 2d^4 - x^4/8
java
operators
1 Voto
4 Respostas
21st Jul 2018, 12:06 AM
Ibe Somtochi
a = 12 b = 3 c = 0 print ("a=12,b=3") c = a + b print ("1)c = a + b"),c i=input("1):") print (i,c) print (i==c)
(i==c)
1 Voto
2 Respostas
6th Oct 2017, 2:00 PM
Antelex
c = a++ + ++a + ++a +a; if a = 10 ...c=?, a =? final value
c++
0 Voto
11 Respostas
9th May 2020, 4:02 PM
pooja sharma
What is the output of this code? a = 8 b = 4 c = a/b d = str (c) print (2*d)
question
2 Votos
2 Respostas
11th Oct 2020, 2:34 PM
ะัะบะฐัะพะฒะฐ ะะธะปัะฝะพะทะฐ
how to do (y = x^n) in C ?
c
0 Voto
8 Respostas
30th Nov 2020, 5:10 PM
Aleks kryzhanivskyi
What does ' B*p = new C ' mean?
c++
0 Voto
4 Respostas
28th Jul 2020, 6:03 AM
Solus
#include <stdio.h> int main() { int a, b; float salary = 56.23; char letter = 'Z'; a = 8; b = 34; int c
c
-2 Votos
5 Respostas
30th May 2021, 4:29 PM
Manash Anand
(solved) a = float(input()) b = float(input()) c = float((a*b)/1000) if 10>c>0 c*20=c elif 20>c>=10 c*10=c elif 35>c>=20
python
1 Voto
2 Respostas
8th Jan 2019, 1:09 AM
Austin
Child c = new parent(); gives compile time error?
inheritance
java
oops
polymorphism
0 Voto
3 Respostas
27th Jul 2019, 7:14 AM
shivam
function multNmbrs(a, b) { var c = a*b; } multNmbrs(2, 6);
{
}
=
a*b;
b)
c
function
multnmbrs(2
multnmbrs(a
var
0 Voto
6 Respostas
30th Aug 2019, 7:26 PM
Basem Kreidly
Anybody tell me what will be this output. var a = 5; var b = ++a; var c = b++; alert(a+b+c); Also tell how.PLEASE.
javascript
5 Votos
3 Respostas
11th Jul 2020, 12:24 PM
Tahsin Ahmed
c = 0 for x in range(10): for y in range(5): c += 1 print(c)
python
-1 Voto
3 Respostas
12th Jun 2021, 5:51 AM
Deepak Murmu
Why( var a = 7;, var b = 7; )a===b is false & (var c = a; )a===c is true. Having problem to understand JavaScript reference type
javascript
refererencetype
3 Votos
9 Respostas
3rd Jul 2020, 5:31 AM
Gone
int c = 8 << 2; printf("%d",c); what will be the output?
c
1 Voto
4 Respostas
18th Sep 2020, 1:46 AM
Ambika Kewat
Which choice is the output value of the following code: var a = 0 let b = ++a let c = a++ print("\(a) \(b) \(c)")
operators
swift
2 Votos
2 Respostas
6th Sep 2016, 7:34 AM
Fetsi Hlase
Does C get initialised and destroyed everytime the look iterates void display(int* a){for( int I =0;I<5;I++){ int C = a[I];}}
c++
1 Voto
7 Respostas
27th Jul 2019, 6:01 PM
Mandla Thabethe
Z = ( a - b ) ( a - c )ูข
c++
operators
0 Voto
5 Respostas
5th Jun 2017, 2:11 PM
Ahmed Abofteem
Why this statement is legal C statement?? int apple = โcโ ;
c
0 Voto
2 Respostas
22nd Mar 2021, 7:27 AM
STOP
Char *message = "this is a message"; what is mean by this in c language???
c
language
4 Votos
7 Respostas
16th Jun 2019, 1:08 PM
Gaurav Rawat
int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a); } else { System.out.println(c); } 11
operators
1 Voto
3 Respostas
14th Jun 2020, 1:51 PM
Osman Seker
Cat c = new Cat (12); ....Meow(); how should the Meow method be called?
c#
methods
-1 Voto
5 Respostas
23rd Nov 2016, 9:35 PM
Margarit
C operators functioning?..if int i = 10 and i = ++i + i++ what will be value of i?
c
language
1 Voto
1 Resposta
25th Jun 2019, 2:30 AM
Abhijeet Pawar
I can't get fully, if this: var a =10, var b = 3 var c = aโ (a -b) and the answer is = 3, but how?
operators
swift
0 Voto
3 Respostas
16th Dec 2015, 7:41 AM
Den Boyko
How is the best programming language. For example = Java c++ c python or javascript
c
c++
java
javascript
python
2 Votos
5 Respostas
14th Oct 2020, 2:28 AM
Devesh Shukla
What will be printed to the screen after the following statements? let b = 20 var a = 5 a = b let c = b * (a > 10 ? 2 : 3) print
swift
0 Voto
2 Respostas
30th Jun 2020, 8:56 AM
Dโ Koder
What is the output of the following code? int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a);
java
or_operator
1 Voto
3 Respostas
30th Sep 2017, 6:20 PM
Vaibhavy Darshan
a = 2 + float("3") b = 5 c = a == b print(c) why is python silently converting 'b' into a float 5.0 in comparison '==' operatn
booleans
0 Voto
2 Respostas
26th Mar 2018, 9:24 PM
PyDiv()
How could I do this in c # var John = { name: "John", age: 25 }; var James = { name: "James", age: 21 };
c#
progress
viral
0 Voto
5 Respostas
16th Feb 2021, 4:26 PM
Harold SKRT๐ค๐ค๐ค
Why do we set this.color = c and then ignore it in the main class?
getter
java
setter
0 Voto
3 Respostas
22nd Apr 2019, 5:08 PM
Mike Smith
int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a); } else { System.out.println(c); }
java
loops
operators
0 Voto
1 Resposta
23rd Feb 2017, 12:26 PM
Mohammad Ramadany
Why mostly in c program using pointer pointer is daclared in this way ? *ptr = NULL
c
pointers
1 Voto
4 Respostas
6th Mar 2020, 8:17 AM
Yash Chaudhari
Python - Given a,b, *c, d = 1,2,3 how come c is equal to an empty list?
python
2 Votos
2 Respostas
8th Nov 2020, 12:58 AM
Solus
What will be printed to the screen after the following statements? let b = 20 var a = 5 a = b let c = b * (a > 10 ? 2 : 3) print
swift
-2 Votos
1 Resposta
30th Jun 2020, 8:55 AM
Dโ Koder
What's a different about language = C , C++ and C# and why in this app C language isn't here? Thanks guys
c
c#
c++
different
2 Votos
2 Respostas
23rd Nov 2017, 10:52 PM
Usagi Poi
Consider the following C code snippet: char *sentence = NULL; strcpy(sentence, "Helloworld"); printf("%s", sentence):
c
0 Voto
1 Resposta
5th May 2018, 8:22 AM
Santosh Dongare
Can You Use Cython In Web Programming ( C + Python = Web ๐ ๐) [IT'S A CHALLENGE] :)
c#
cython
python
web
8 Votos
4 Respostas
27th Nov 2017, 3:40 PM
warlord
What is the output of the following code? int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a
java
operators
-1 Voto
2 Respostas
5th Oct 2016, 8:32 PM
Khloud Mohamed
#include <stdio.h> void main() { float x = 0.1; if (x == 0.1) printf("Sanfoundry"); else printf("Advanced C Classes"); }
c
c++
2 Votos
3 Respostas
16th May 2020, 12:56 AM
๐ฑ๐๐๐๐๐๐๐
Could anyone explain why we can't assign string directly through = operator in structure concept in C programming
structure
-1 Voto
3 Respostas
3rd Oct 2019, 8:52 AM
madhumathi
C program to find the sum of S = 1+1/x+1/x2โฆโฆโฆโฆ..series up to 4 decimal places of accuracy.
c
program
0 Voto
1 Resposta
6th May 2020, 3:58 AM
Umesh Sharma
Can i give an integer value to a 'char' variable in C language? Ex- char a = 4;
c
language
programming
variables
1 Voto
3 Respostas
11th Feb 2017, 2:56 PM
Resurektzz7
create a program to find the value of the formula below by using the c ++ function. c = (2x + 3y) * (2z-4y) and a =(x + y)+(z-y)
c++
operators
2 Votos
4 Respostas
10th Mar 2018, 3:45 AM
surya pro
Why does (a) not aqual any thing in this code ? function test( a , b = 3, c = 42) { return a + b + c; } console.log(test(5));
javascript
0 Voto
2 Respostas
30th Aug 2020, 9:56 AM
Ziyad Aldoumany
Write in C ++ the while functionally equivalent to the following structure for: for (i = 1; i โค N; i ++)
c++
for
help
while
0 Voto
5 Respostas
2nd Dec 2019, 8:34 PM
panik 007
Why is my programm with int c; c = Convert.ToInt(Console.Read()); Console.Write(c); giving me answer 10 all the time?
c#
-1 Voto
3 Respostas
17th Nov 2016, 11:20 PM
Dundee77
What if child class is not generic but parent class is generic in java. Then Child c = new Parent<String>(); is correct?
generic
java
wildcards
2 Votos
2 Respostas
18th Oct 2019, 1:24 PM
Smit Kalkani
Faรงa uma pergunta
Faรงa uma pergunta
Faรงa uma pergunta
Faรงa uma pergunta
< Anterior
1
2
Prรณximo >
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, Iโm getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
Iโm new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes