Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is the use of f in printf ?
c
concept
functions
input
output
print
programming
1 Vote
6 Answers
24th Jan 2021, 5:23 PM
Amber Tripathi
is necessary to learn printf in JAVA?
java
printf
1 Vote
1 Answer
7th Jul 2019, 9:40 AM
Tzion
what will this printf print ?
c
printf
scanf
1 Vote
1 Answer
4th Feb 2018, 8:57 AM
Anonymous Guy
printf statement is used for what?
c
0 Votes
2 Answers
15th Oct 2017, 9:52 AM
varun Shetty
Method printf how to use it? in java
methods
1 Vote
6 Answers
6th Dec 2016, 12:53 PM
Abdulrahman Ahmad Ka'bar
How to use putchar() in printf statment..
input
output
0 Votes
2 Answers
9th Feb 2020, 4:38 AM
ARAVINDH
Printf scanf doesn't work properly in C
c
printf
scanf
1 Vote
1 Answer
5th Aug 2019, 5:37 PM
Hasibul Hasan Shanto
Whats mean %8.3d in printf in c language??
c
code
2 Votes
2 Answers
14th Jun 2019, 5:50 PM
Gaurav Rawat
Why I Use printf keyword in Java Programming???
java
4 Votes
1 Answer
24th Feb 2019, 1:57 PM
Nasir❤
For (i=0;i <10;i++); /{if (i & 0) printf ("odd")};
&
3 Votes
4 Answers
1st Jun 2020, 2:40 PM
Ravi Kumar
Cout is similar to printf in c?
c++
cout
0 Votes
3 Answers
7th Nov 2016, 4:11 PM
Swaran
is printf and cout are the same?
getch
printf
0 Votes
3 Answers
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 Votes
5 Answers
5th May 2021, 3:15 PM
Ritik Kumar
Do we need printf after scanf? (C)
c
0 Votes
1 Answer
3rd Dec 2019, 1:49 AM
Adam Jhon
What is the difference between sprintf n printf
string
-1 Vote
4 Answers
9th Jun 2020, 2:28 PM
Farjana Shaik
What is the difference between printf and fprintf?
c
2 Votes
3 Answers
13th Aug 2017, 2:54 PM
Safinaz Sayed
What is the syntax of printf in C?
basics
c
print
syntax
1 Vote
4 Answers
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 Vote
5 Answers
23rd Jul 2022, 5:00 AM
Always Learn More😎
Why don't we just use printf and scanf?
input
1 Vote
2 Answers
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 Votes
2 Answers
5th May 2019, 9:48 PM
Ahmed Jadani
What is the meaning of printf n what does it do????
ascii
java
2 Votes
15 Answers
24th Jun 2018, 10:47 AM
Harsh Agrawal
Why not working printf on Java in the app?
code
java
printf
why
0 Votes
7 Answers
11th Jul 2017, 9:05 PM
Ferhat Sevim
#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 Votes
1 Answer
10th Aug 2020, 6:39 AM
shubham singh
why aren't they using printf instead of console
c#
output
0 Votes
4 Answers
8th Oct 2016, 12:48 PM
Nikita
What is return value of printf ?
query
0 Votes
2 Answers
15th May 2017, 1:33 AM
Nachiketa Prasad
About the use of printf in C++.
c++
printf
0 Votes
1 Answer
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 Votes
5 Answers
1st May 2021, 6:21 AM
Buma Emmanuel
Number of digits after dot in c++ using printf
c++
numberofdigit
printf
0 Votes
3 Answers
5th Dec 2020, 6:29 PM
Bruce
What the difference between printf and puts in C?
c
functions
print
program
0 Votes
3 Answers
7th Oct 2018, 10:00 AM
Hasibur Rahman
How to print (heart)❤in printf stat. In c language c
c
language
0 Votes
3 Answers
3rd Mar 2020, 1:10 AM
Rohit Nandagawali
cout vs printf which one is fast and better and why?
c++
1 Vote
3 Answers
14th Jul 2019, 11:38 AM
RED MARKER
How many arguments can printf function take in c language...?
data-types
1 Vote
4 Answers
11th Jun 2019, 1:32 PM
Akash C R
What is the Role of '/a' in printf ?
c
1 Vote
1 Answer
1st Sep 2020, 4:41 AM
iudaymehta2001
What is %4d in printf function in C language
c
0 Votes
1 Answer
8th Oct 2022, 4:21 AM
Ashish Raj
What is the difference between printf and sprintf ?
basics
c
c++
1 Vote
2 Answers
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 Vote
1 Answer
23rd Oct 2018, 3:27 PM
Yoaraci
Is there a difference between printf and console.line
c#
output
-1 Vote
2 Answers
19th Nov 2016, 10:35 AM
Shariq Farooq
Can we use scanf and printf instead of cout?
cout
0 Votes
3 Answers
15th Feb 2018, 9:11 AM
Mehak Gupta
Can i use scanf after printf in this sololearn app
c
0 Votes
2 Answers
17th Aug 2019, 3:58 PM
Mohammed Thayyib
%3.2f" What is he doing?
printf
1 Vote
5 Answers
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 Vote
7 Answers
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 Vote
2 Answers
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 Votes
7 Answers
13th May 2018, 7:10 AM
Otumian Empire
what is the differance betwern console.writeline and printf in c#
c
0 Votes
2 Answers
21st Jul 2019, 5:33 AM
Jay Raj
What is the use of scanf and printf in c++
c++c++
operators
2 Votes
2 Answers
16th Sep 2017, 5:52 PM
ankita
Why is \n is used after hello world in function printf
print
0 Votes
4 Answers
21st Aug 2019, 2:36 PM
Harsh Kashyap
I don't know why printf don't wiew name and adresse.
printf
0 Votes
2 Answers
13th Mar 2020, 7:06 AM
Malick Diagne
How can we define Printf in c++ in a program
c++
2 Votes
2 Answers
12th Jan 2018, 4:57 AM
Abhay Pratap
What's wrong with it
printf
0 Votes
5 Answers
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 Vote
8 Answers
22nd Jan 2020, 4:07 PM
ASIYA SHAIKH
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
...
6
Next >
Hot today
Sticky position
3 Votes
Help please?
3 Votes
Hi Friends , how to compile a java code on android.
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Suggestions needed
4 Votes
What is that z for
0 Votes
Odd even threads without condition variable
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes