Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
The descriptions of lexical analysis & syntax use a modified BNF grammar notation.This uses the following style of definition
python3
0 Votos
4 Respuestas
4th Jun 2021, 4:46 PM
lisa
Suppose that x is 1. What is x after the evaluation of the following expression? (x > 1) && (x++ > 1)
java
2 Votos
3 Respuestas
18th Nov 2020, 3:45 PM
Zaina Fannana
Write a program in Java to store 10 different words in a Single Dimensional array. Perform the following tasks.
java
0 Votos
3 Respuestas
28th Oct 2022, 11:43 AM
Javgeek
Consider an array consisting of the following sequence: 1,2,3,4,5,…..,n. Suppose a number in the sequence is missing.
ok
-1 Voto
2 Respuestas
6th Aug 2020, 9:33 AM
hizb Ullah
Friends I unable to understand the following sql code.will please explain each and every term in this.
auto_increment.
sql
1 Voto
1 Respuesta
9th Feb 2021, 3:44 AM
M Raghavendar
Could anyone explain me how the output of the following code snippet is 2?
2
c++
code
output
1 Voto
1 Respuesta
11th Sep 2017, 3:56 PM
Prasad K G
Is the process of following someone by the computer the same thing that is cell phone?
follow
0 Votos
3 Respuestas
9th Sep 2017, 10:37 PM
Vitor H. M. Junior
Can i know what is the error on the following code? It says undefined index: delid.
coding
php
system
0 Votos
3 Respuestas
31st Dec 2017, 3:52 PM
Vasanth Kumar
I am trying to understand the logic of the following code, but am not able to get the math behind it
algorithm
dsa
math
0 Votos
3 Respuestas
19th Sep 2021, 5:27 PM
MahirShah
Why this program is not running with Scanner correct instead of when i using main method the following program get run correct?
doubt
java
scanner
1 Voto
7 Respuestas
11th Oct 2018, 3:31 AM
Harsh Agrawal
In the message for the following code I did'nt understand why '0' came in the output. Can anyone help me
python3
1 Voto
3 Respuestas
24th Jul 2022, 2:29 PM
Harsha Koganti
Why does the value of the variable 'errno' change from 2 to 22 in the following piece of code?
c
1 Voto
1 Respuesta
3rd Jan 2022, 7:39 AM
Ashwin Saseendran PC
What is wrong with my code for the following question ? My code is in comment section.It is showing error in 4 and 13 test case.
c++
0 Votos
9 Respuestas
2nd Jan 2021, 1:55 PM
Mahak
Write in C ++ the while functionally equivalent to the following structure for: for (i = 1; i ≤ N; i ++)
c++
for
help
while
0 Votos
5 Respuestas
2nd Dec 2019, 8:34 PM
panik 007
DESIGN, DEVELOP AND IMPLEMENT A MENU DRIVEN PROGRAM IN C++FOR THE FOLLOWING ARRAY OPERATIONS.
c++
-6 Votos
1 Respuesta
1st Feb 2022, 1:20 PM
nickson nyaore
I wrote the following program.. But i cant understand if our output is floating value then how to print it.
python
-1 Voto
3 Respuestas
26th Jun 2021, 5:51 AM
Pramod
please give me code for the following pattern in c c++ c# java any of this language. see the question below
c
c#
c++
code
java
0 Votos
3 Respuestas
17th Sep 2019, 7:28 PM
vivian
It is assumed that the void function does not return a value, but in the following code, the sum is returned
c
c#
c++
0 Votos
4 Respuestas
2nd Jul 2022, 1:02 PM
RAMADAN : رمضان
Does it look good following all the rules in the description. Yes, It's a long code
c++
files
function-arguments
functions
menu
void
1 Voto
2 Respuestas
28th Feb 2018, 5:08 AM
Timew2
Which of the following statements is correct to convert a String to be its corresponding integer?
java
0 Votos
1 Respuesta
12th Feb 2023, 12:15 AM
Amir Gadzhiev
What is the result of the following expression? 1 + 3 / 2 – 7 % 3
java
1 Voto
2 Respuestas
13th Aug 2017, 12:52 PM
Shreyansh
Write a program to compute the sum of the first n terms of the following series S=1+2+3-4+5.......
program
0 Votos
2 Respuestas
5th Mar 2019, 1:54 PM
Ratish Behera
For following recursive function,will recursion work for fib(x-1) first & then on fib(x-2) or will recursion work simultaneously
python
recursion
1 Voto
3 Respuestas
25th Jun 2017, 6:23 AM
Chinmay Upadhye
What is the meaning of the following code? I have asked my questions in code bit in the form of comments .
c++
0 Votos
3 Respuestas
14th Oct 2021, 2:56 PM
King
What concepts do you think are more important to learn in the following languages to become a good web developer.
css
html
javascript
jquery
0 Votos
4 Respuestas
10th Nov 2022, 7:55 AM
Naresh Chakali
What, if anything, is wrong with the following commands? i) ls -l-s ii) cat file1, file2 iii) ls - s Factdir
linux
1 Voto
3 Respuestas
21st Dec 2019, 5:15 PM
Piyush Srivastava
Why do I get 0True as the answer instead of just True when I type the following code?
booleans
python
0 Votos
2 Respuestas
29th Apr 2019, 7:10 PM
anushree sabnis
How to make an music player with c++ and what is the app used for following procedures..
c++
0 Votos
2 Respuestas
17th Jul 2019, 2:09 PM
sabari
How does the functions in python works when we call them that is please explain me the following working of generating outputs
functions
python
return
3 Votos
3 Respuestas
26th May 2020, 12:00 PM
Vijay Gunwant
Consider the following java class definition: public class time { private int second; // from 1 to 60
java
0 Votos
4 Respuestas
21st Dec 2016, 3:52 PM
victor
What's wrong with the following . Its simple calculator but not working correctly on computer as well as mobile.
c
calculator
1 Voto
2 Respuestas
31st Mar 2022, 6:06 PM
Mohammad Mushahid Hussain
Can anyone provide me a c++ program to print the following pattern using nested loops :
loops
nested
0 Votos
2 Respuestas
5th Dec 2017, 5:04 PM
pundarikaksh narayan tripathi
Which Of The Following Has More Bright Future If We Have Sufficient Knowledge:- Web Developer Or Game Developer
developer
game
or
web
1 Voto
2 Respuestas
25th Apr 2019, 1:05 PM
Parth Gupta
I am trying to work on opencv but getting following error. can some one help me about this.
numpy
opencv
3 Votos
1 Respuesta
10th Aug 2017, 8:22 AM
[No Name]
I have doubt in the following code..the value of p and j is not getting incremented after each iteration.what should I do?
c++
0 Votos
4 Respuestas
5th Jan 2021, 2:43 PM
Aman Rana
what is the output of following program type def int integer # define int chat void main () { int i= 65; int *ptr = &i; int *j =
def
defi
following
int
integer#
of
output
programtype
the
whatis
-1 Voto
10 Respuestas
29th Sep 2021, 6:39 AM
Abubakar Sk
What is the output of the following program😕 i do it in the compiler but i didn't understand it
c#
2 Votos
1 Respuesta
29th Jul 2020, 2:32 PM
Ruqiya
What is the output of following program Options: a) 5 b) garbage c) 0 d) none of the above
error
java
program
question
0 Votos
2 Respuestas
29th Oct 2020, 6:43 AM
Atul Gautam
Suppose following is a letter-based pattern,I am finding difficulty to print the letters with space between?
java
print
statement
2 Votos
1 Respuesta
12th Nov 2017, 6:57 AM
Amartya D
List the text books for the following programming languages >> java >>php >>ruby >>html >>swift or if there is any other??
books
details
important
information
languages
programming
text
3 Votos
4 Respuestas
11th May 2017, 5:37 PM
Sam Shanmukh
How many times will the following loop work? int x = 0; int y = 5; while (x < y) { System.out.println("Hello"); x++; }
o
0 Votos
5 Respuestas
5th May 2022, 6:00 AM
jayson abion
How can I solve a mathematical expression following the hierarchy of operations? Resolver siguiendo la jerarquía de operaciones.
c++
0 Votos
1 Respuesta
14th Apr 2020, 9:51 PM
Hugo Raúl López Enríquez
Write a code to print out the words that start with s in the following sentence stored in start variable
python
0 Votos
3 Respuestas
8th Sep 2020, 11:40 AM
Vanitha Duraiarasu
why is the answer 100 in the following code ? Please help me out !
c++
sizeof
0 Votos
2 Respuestas
26th Mar 2017, 2:52 PM
Splndid Nrzy
convert the following decimals numbers to 10 bit binary (a) 37.31 (b) 6.215 (c) 33.333
10
binary
bit
convert
decimals
following
numbers
the
to
-1 Voto
2 Respuestas
12th Nov 2016, 4:27 PM
burhanuddin
In the following code snippet why is char[] is used, when we can use String?
java
0 Votos
2 Respuestas
4th Apr 2017, 5:04 AM
Sujay S Bhat
Array header problem in c++ , why we don't use it directly. Following message appears while using it...
#c
#c++
#cpp
1 Voto
1 Respuesta
25th Jul 2022, 11:34 AM
Isbah
A selection structure should display one of the following messages , depending on a student test score.
c++code
0 Votos
2 Respuestas
3rd Dec 2020, 2:56 AM
Ronale F.Astillero
Write a program to display the following result with given input (use any language).can anybody provide proper code for below
c,c++,java
-5 Votos
5 Respuestas
31st Jan 2019, 8:31 AM
Abishek M
Why "NONE" is come when my stack is print?.Please following code invoke in some other IDE for better experience it's my request.
classes
python
stack
1 Voto
3 Respuestas
7th Mar 2022, 10:23 AM
jayrv_7_
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
24
25
26
...
30
Siguiente >
En tendencia hoy
Guys help please
1 Votes
Python question
2 Votes
Are websites hackable?
1 Votes
Python
1 Votes
Void functional void with bool function
0 Votes
TICTACTOE
0 Votes
C# and sql
1 Votes
Error
0 Votes
What course to take for AI?
0 Votes
Learn python
0 Votes