0
If printf statement is assigned to a variable. After the excecution of that printf statement what will be the value of variable
Eg: x=printf("how are you") ;
1 Antwort
+ 2
The function printf returns the number of characters printed.
Eg: x=printf("how are you") ;