Writte a equestion on outputs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Writte a equestion on outputs

Printf("Y^3+%p*y+%p2*y=0") i want this output But when it is output number of p and p1 is not before output is( fffffo*y) what should i do for example p=-10 please help me

16th Jun 2020, 4:46 AM
Fatemeh
Fatemeh - avatar
2 Answers
+ 1
Your question is not clear. %p is used to print the address of a variable as in: printf("%p\n", (void *)&var); But your printf() statement has no arguments. What variables are you trying to print and how should it be formatted?
16th Jun 2020, 5:23 AM
Gen2oo
Gen2oo - avatar
0
I want print numbers of sum matrix i send code i wirte and try your answer thanks dear 👌😊
16th Jun 2020, 5:30 AM
Fatemeh
Fatemeh - avatar