Is it possible to execute printf statement & print any message in C,without using semicolon? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Is it possible to execute printf statement & print any message in C,without using semicolon?

10th Sep 2017, 2:54 AM
Arpit Kharche
Arpit Kharche - avatar
2 Respostas
+ 1
hi, ya use with in if function e.g. if(print("hello world")) which will print hello world.
10th Sep 2017, 3:05 AM
Nanda Balakrishnan
0
thank you Mr.Martin... thank you Mr.Nanda
10th Sep 2017, 4:54 AM
Arpit Kharche
Arpit Kharche - avatar