Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
how a = b works in case of list and strings
code
python3
1 Vote
3 Answers
16th May 2020, 8:34 AM
Bhavuk Sharma
What is the diffence between object a and b ?
javascript
0 Votes
2 Answers
14th May 2019, 1:33 PM
Umesh Kushwaha
1.Why the output of the following programme is b ?
php
1 Vote
3 Answers
27th Jul 2017, 3:29 PM
Md. Jahid Hasan
Its saying basically that they are all not equal to b
beginning
c#
0 Votes
3 Answers
19th Jun 2022, 11:26 PM
Jakub Quinn
Remove row a and column b from the two-dimensional matrix.C++
array
c++
matrix
0 Votes
1 Answer
9th Dec 2018, 9:53 PM
Денис Ладуницкий
What is the value of the C ?? C = b++(+a); if b = 5; and a =11;
c
c#
c++
help
syntax
1 Vote
16 Answers
1st Nov 2021, 4:43 PM
Taha khaled
why does different data type b result in different consequence ?
c++
1 Vote
3 Answers
25th Nov 2018, 3:56 AM
Lawrence Lin
Why b variable taken the speace how can i solve it?
in
tension
1 Vote
3 Answers
6th Mar 2019, 9:29 PM
chowdhury rafi
Why a is equal to 11 & b is equal to 10?
increment_operator
javascript
1 Vote
3 Answers
19th Aug 2020, 4:58 PM
Abir Sheikh
What is the difference between char *a and char* b ?
c
char
pointers
1 Vote
2 Answers
28th Feb 2020, 4:51 AM
Yash Chaudhari
Write a program in c++ to accept two numbers from the user b and e from the user and raise b to the power.
c++
0 Votes
4 Answers
21st May 2017, 4:16 PM
RR2001
What the following statement means and what will b the output??
0
2 Votes
3 Answers
27th Jul 2017, 6:57 PM
Aman Kumar
If a and b: b = ac where a, b, c are integers, and if x % b or x % a over the same loop both output the same thing,
loop
python
time
1 Vote
5 Answers
25th Apr 2022, 9:22 AM
Korkunç el Gato
a = {1, 2, 3} b = {0, 3, 4, 5} print(a & b)
set
2 Votes
4 Answers
2nd Jan 2023, 4:17 PM
Mohammad Abed Kapisawal
Why is the reference count of b = 100
cycle
life
object
1 Vote
1 Answer
30th Sep 2017, 8:10 PM
stephen haokip
In python3, What does b = a [ : ] do?
python3
0 Votes
2 Answers
6th Jun 2019, 9:31 AM
Ticonderoga
How would the attribute __a of class b be accessed outside the class?
attribute
class
code
oop
python
0 Votes
4 Answers
12th Jun 2020, 6:51 AM
Shivangi Agarwal
will it b important for both web & app development ?
app
java
web
1 Vote
3 Answers
13th Nov 2017, 6:29 AM
Prodip
Is there any scholarships exam for computer programmer after b tech
plzzz
1 Vote
3 Answers
26th Feb 2017, 5:12 PM
Bishwanath Yengkhom
Anyone knows why i dont get all the contents of b copied to text.txt?
python
python3
0 Votes
1 Answer
10th May 2022, 6:51 PM
Lenoname
Balanced Parentheses
a
b
-3 Votes
2 Answers
3rd Oct 2021, 4:48 AM
M.G.Kawya Nadun
String a= new String("Dennis Ritchie"); String b = "Tom"; String c="Jerry";
mcq
0 Votes
2 Answers
15th Jan 2023, 7:13 AM
Chiranjib Mohapatra
can someone help solve this:what is the output of this; class A { public: A () { cout << "a";} ~A () { cout << "b" ;} }; class B public: B () { cout << "c" ;} ~B () {cout << "d" } }; int main () { B b A a };
c++
1 Vote
3 Answers
16th Jul 2016, 9:21 AM
Joyx Kish
как сделать так, чтобы переменная b могла быть и char и int?
c++
cpp
kak?
0 Votes
3 Answers
18th Dec 2019, 8:15 AM
Игорь Мороз
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 Vote
3 Answers
14th Jun 2020, 1:51 PM
Osman Seker
How would the attribute __a of the class b be accessed from outside the class?
data-hiding
python
-2 Votes
5 Answers
12th May 2020, 10:52 AM
Sri Vidhya
Z = ( a - b ) ( a - c )٢
c++
operators
0 Votes
5 Answers
5th Jun 2017, 2:11 PM
Ahmed Abofteem
What's the difference between a and b in these two python classes?
classes
python3
1 Vote
2 Answers
22nd Oct 2020, 3:23 AM
Plutonian Fairy
[CLOSED]how to assign the minimum date of Table B to Table A
oracle
sql
1 Vote
2 Answers
8th Apr 2018, 1:41 AM
Jeff
Find the value of a and b of this program.? And explaned it??
c#
is
of
output
program
this
what
-1 Vote
4 Answers
6th Jul 2018, 12:10 PM
Narayan Dutt Pandey
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 Votes
1 Answer
30th Jun 2020, 8:55 AM
D’ Koder
Write program which stirwel get three number A B C....day, mounth..year
c++
data-types
0 Votes
3 Answers
18th Apr 2017, 6:48 PM
Syuzi
Perdón la respuesta era para la pregunta tres salida del código es A y B = 2
iterators
java
-1 Vote
3 Answers
27th Oct 2017, 8:31 PM
Oscar Herculano
PHP code
a
b
i
5 Votes
3 Answers
30th Jan 2019, 11:29 AM
Gauhar Rahman Niazi
Python is translating one line only how to translate a whole programme in one time
b
kkgggh
1 Vote
2 Answers
6th Apr 2018, 2:24 AM
Shubham pandey
What is the meaning of b - = a+ in c++
c++
1 Vote
2 Answers
14th Sep 2017, 5:37 PM
Ahmed Eltaweel
What is wrong? 1) int x = 5/2.0; 2) byte b = 50; b = 2*b; 3) int x = 10; float f = 2.0*x;
error
java
operators
strings
wrong
0 Votes
1 Answer
16th Feb 2021, 5:14 PM
Alrabab Saeed
Pointer A predincrements and pointer B postincrements in cycle. Why aren't they equival? What's wrong with pointer B?
c++
cycles
pointers
0 Votes
16 Answers
20th Jun 2019, 12:40 PM
Парампампам
How to call attribute __a class b outside of the class?
data-hiding
python
-1 Vote
2 Answers
10th Dec 2016, 4:15 PM
FFI
What does A B C D E F mean in color hex-codes?
colors
html
1 Vote
3 Answers
25th Aug 2016, 8:06 PM
Sebbex
What is the optimal way to find the missing element in array b from below arrays?
analytical
c#
code
java
javascript
logical
optimal
python
2 Votes
7 Answers
16th Mar 2020, 8:54 PM
Sudhakara Bathala
Why does it show a and b in morse code no matter what?
function()
javascript
tranlateletters
1 Vote
2 Answers
3rd Apr 2022, 6:26 PM
Spencer Pawlik
2 classes base class - A & derived - B .How to access private member(n) which is declared in A to B as A::n
c++
0 Votes
2 Answers
3rd Sep 2017, 9:51 AM
Pratiksha Chikhale
If a funtion use private member define in parent class A then if Child class B call that fuction will it can use B class private
inheritance
1 Vote
1 Answer
24th Jun 2018, 2:34 PM
Badal
Why is the answer of a is 7 and b is 3 in JS?
javascript
js
nodejs
1 Vote
3 Answers
18th Jan 2022, 7:39 PM
Bikesh Shrestha
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 Vote
3 Answers
30th Sep 2017, 6:20 PM
Vaibhavy Darshan
[C++] Why the class B can't inherit f(int x) of class A? please help me.
c++
6 Votes
4 Answers
8th May 2017, 12:48 AM
Ibizaj
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 Votes
2 Answers
26th Mar 2018, 9:24 PM
PyDiv()
Can't create array such as arr[] : { a , b , c , d , e } ?
arrays
c++
0 Votes
7 Answers
2nd Nov 2016, 9:07 PM
Deneroth Eisenhorn
a = [2,3,4] b = [5,6,7] c = a.extend(b) print(c) # why out None?
python
python3
0 Votes
2 Answers
13th Oct 2021, 11:51 PM
Khalif Baby👶
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
3
4
5
...
9
Next >
Hot today
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Recursion doubt
2 Votes