#include <stdio.h> int main() { printf("%d",printf ("HelloWorld")); return 0; } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

#include <stdio.h> int main() { printf("%d",printf ("HelloWorld")); return 0; }

solve it

23rd Feb 2018, 4:30 AM
Mahendra Lalani
Mahendra Lalani - avatar
2 Answers
+ 1
10
23rd Feb 2018, 4:32 AM
Pramod Prajapat
Pramod Prajapat - avatar
+ 1
it will print : helloworld10 print string then print length
23rd Feb 2018, 7:01 AM
sayan chandra
sayan chandra - avatar