0

How to print table of 2 using loop

Please answer

21st Dec 2021, 2:40 PM
sonam saini
5 Answers
+ 2
%d is for decimal integer %i is for integer %f is for float %c is for char %p is for pointer and so on ....
21st Dec 2021, 9:44 PM
Str1k3rFl0
Str1k3rFl0 - avatar
+ 1
Okay to make a table firstly you need to know looping structure which you have not learned in C language because you have learnt just 4% of C. But to help you refer to the code https://code.sololearn.com/c3RcOL2wxZ9y/?ref=app
21st Dec 2021, 2:46 PM
Ananya | Inactive |
Ananya | Inactive | - avatar
+ 1
Oh thank you so much
24th Dec 2021, 6:47 PM
sonam saini
0
Thanks
21st Dec 2021, 2:53 PM
sonam saini
0
Can you please tell me what is the use of %d here?
21st Dec 2021, 2:54 PM
sonam saini