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
What is the use of f in printf ?
c
concept
functions
input
output
print
programming
1 Voto
6 Respuestas
24th Jan 2021, 5:23 PM
Amber Tripathi
is necessary to learn printf in JAVA?
java
printf
1 Voto
1 Respuesta
7th Jul 2019, 9:40 AM
Tzion
what will this printf print ?
c
printf
scanf
1 Voto
1 Respuesta
4th Feb 2018, 8:57 AM
Anonymous Guy
printf statement is used for what?
c
0 Votos
2 Respuestas
15th Oct 2017, 9:52 AM
varun Shetty
Method printf how to use it? in java
methods
1 Voto
6 Respuestas
6th Dec 2016, 12:53 PM
Abdulrahman Ahmad Ka'bar
How to use putchar() in printf statment..
input
output
0 Votos
2 Respuestas
9th Feb 2020, 4:38 AM
ARAVINDH
Printf scanf doesn't work properly in C
c
printf
scanf
1 Voto
1 Respuesta
5th Aug 2019, 5:37 PM
Hasibul Hasan Shanto
Whats mean %8.3d in printf in c language??
c
code
2 Votos
2 Respuestas
14th Jun 2019, 5:50 PM
Gaurav Rawat
Why I Use printf keyword in Java Programming???
java
4 Votos
1 Respuesta
24th Feb 2019, 1:57 PM
Nasir❤
For (i=0;i <10;i++); /{if (i & 0) printf ("odd")};
&
3 Votos
4 Respuestas
1st Jun 2020, 2:40 PM
Ravi Kumar
Cout is similar to printf in c?
c++
cout
0 Votos
3 Respuestas
7th Nov 2016, 4:11 PM
Swaran
is printf and cout are the same?
getch
printf
0 Votos
3 Respuestas
29th Jan 2017, 4:01 AM
Arjay S. Meru
#include <stdio.h> int main() { int x=12 , y=15 , z=20; if(x>y<z) printf ("red"); else printf ("green"); return 0; }
c
language
0 Votos
5 Respuestas
5th May 2021, 3:15 PM
Ritik Kumar
Do we need printf after scanf? (C)
c
0 Votos
1 Respuesta
3rd Dec 2019, 1:49 AM
Adam Jhon
What is the difference between sprintf n printf
string
-1 Voto
4 Respuestas
9th Jun 2020, 2:28 PM
Farjana Shaik
What is the difference between printf and fprintf?
c
2 Votos
3 Respuestas
13th Aug 2017, 2:54 PM
Safinaz Sayed
What is the syntax of printf in C?
basics
c
print
syntax
1 Voto
4 Respuestas
30th Jun 2017, 9:45 AM
Aman Mathur
int main() { char str[]="%d %c ",arr[]="sololearn"; Printf (str,0[arr],2[arr+3]); }
c
1 Voto
5 Respuestas
23rd Jul 2022, 5:00 AM
Always Learn More😎
Why don't we just use printf and scanf?
input
1 Voto
2 Respuestas
11th Mar 2019, 11:58 AM
Mateo Majdak
How can i build my own printf in C?
books
c
course
functions
help
printf
programming
question
sololearn
3 Votos
2 Respuestas
5th May 2019, 9:48 PM
Ahmed Jadani
What is the meaning of printf n what does it do????
ascii
java
2 Votos
15 Respuestas
24th Jun 2018, 10:47 AM
Harsh Agrawal
Why not working printf on Java in the app?
code
java
printf
why
0 Votos
7 Respuestas
11th Jul 2017, 9:05 PM
Ferhat Sevim
why aren't they using printf instead of console
c#
output
0 Votos
4 Respuestas
8th Oct 2016, 12:48 PM
Nikita
#include <stdio.h> int main() { int i=4,z=12; if ((i=5) | | (z>50)) printf ("yo\n"); else printf ("no\n"); return 0; }
answer
c
c++
output
reason
0 Votos
1 Respuesta
10th Aug 2020, 6:39 AM
shubham singh
What is return value of printf ?
query
0 Votos
2 Respuestas
15th May 2017, 1:33 AM
Nachiketa Prasad
About the use of printf in C++.
c++
printf
0 Votos
1 Respuesta
26th Jul 2018, 11:38 AM
DiYiFan
char square[10]={'1','2','3,'4','5','6','7','8','9'}; int choice; printf ("input choice "); if(square[choice]==choice){...}
and
arrays
if-statements
0 Votos
5 Respuestas
1st May 2021, 6:21 AM
Buma Emmanuel
Number of digits after dot in c++ using printf
c++
numberofdigit
printf
0 Votos
3 Respuestas
5th Dec 2020, 6:29 PM
Bruce
What the difference between printf and puts in C?
c
functions
print
program
0 Votos
3 Respuestas
7th Oct 2018, 10:00 AM
Hasibur Rahman
How to print (heart)❤in printf stat. In c language c
c
language
0 Votos
3 Respuestas
3rd Mar 2020, 1:10 AM
Rohit Nandagawali
cout vs printf which one is fast and better and why?
c++
1 Voto
3 Respuestas
14th Jul 2019, 11:38 AM
RED MARKER
How many arguments can printf function take in c language...?
data-types
1 Voto
4 Respuestas
11th Jun 2019, 1:32 PM
Akash C R
What is the Role of '/a' in printf ?
c
1 Voto
1 Respuesta
1st Sep 2020, 4:41 AM
iudaymehta2001
What is %4d in printf function in C language
c
0 Votos
1 Respuesta
8th Oct 2022, 4:21 AM
Ashish Raj
What is the difference between printf and sprintf ?
basics
c
c++
1 Voto
2 Respuestas
15th Dec 2016, 11:11 AM
Ravi D
how to printf only number in odd index/array?
arrays
c
c++
input
number
odd
output
printf
scanf
-1 Voto
1 Respuesta
23rd Oct 2018, 3:27 PM
Yoaraci
Is there a difference between printf and console.line
c#
output
-1 Voto
2 Respuestas
19th Nov 2016, 10:35 AM
Shariq Farooq
Can we use scanf and printf instead of cout?
cout
0 Votos
3 Respuestas
15th Feb 2018, 9:11 AM
Mehak Gupta
Can i use scanf after printf in this sololearn app
c
0 Votos
2 Respuestas
17th Aug 2019, 3:58 PM
Mohammed Thayyib
%3.2f" What is he doing?
printf
1 Voto
5 Respuestas
24th Apr 2018, 1:14 PM
Labor Kostya
#include <stdio.h> int main(){ int a; printf("enter any number =") ; scanf("%d", & a) ; if (a>0) printf ("%d is positive number
printf
1 Voto
7 Respuestas
12th Feb 2021, 2:35 AM
Ravi Pandey
One doubt please give the answer after execution. Take initial value of i is 1. Printf ("%d", i++ ++); Printf ("%d", i); [11/02
c
1 Voto
2 Respuestas
11th Feb 2019, 1:38 PM
Iron Man
Why isn't the printf and return statement outputting the same value for results?
c
cpp
printf
return
2 Votos
7 Respuestas
13th May 2018, 7:10 AM
Otumian Empire
what is the differance betwern console.writeline and printf in c#
c
0 Votos
2 Respuestas
21st Jul 2019, 5:33 AM
Jay Raj
What is the use of scanf and printf in c++
c++c++
operators
2 Votos
2 Respuestas
16th Sep 2017, 5:52 PM
ankita
Why is \n is used after hello world in function printf
print
0 Votos
4 Respuestas
21st Aug 2019, 2:36 PM
Harsh Kashyap
I don't know why printf don't wiew name and adresse.
printf
0 Votos
2 Respuestas
13th Mar 2020, 7:06 AM
Malick Diagne
How can we define Printf in c++ in a program
c++
2 Votos
2 Respuestas
12th Jan 2018, 4:57 AM
Abhay Pratap
What's wrong with it
printf
0 Votos
5 Respuestas
6th Apr 2019, 3:52 PM
徐振羽
Why does (I==1; I<=3; I++) printf ("hello") print hello four times instead of three times?
codigo
1 Voto
8 Respuestas
22nd Jan 2020, 4:07 PM
ASIYA SHAIKH
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
...
6
Siguiente >
En tendencia hoy
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes