0

What's the use of '%' ?

printf("%d \n, c);

9th May 2019, 4:28 AM
S M Rakibul Alam
S M Rakibul Alam - avatar
2 Answers
0
'%' is nothing but a formatting operator in c used along with some tokens in order to identify the data by the compiler.
17th Jul 2020, 4:14 AM
raw width
raw width - avatar