0
How to print table of 2 using loop
Please answer
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 ....
+ 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
+ 1
Oh thank you so much
0
Thanks
0
Can you please tell me what is the use of %d here?