CP CVDT Q32

0. printf ( "%d" , printf ( "tim" ) ):

  • Option : B
  • Explanation :
    Any function (including main ( ) ) , returns a value to the calling environment. In the case of printf, it is the number of characters it printed. So. the output will be tim3 (since it printed the three characters a, b, c).
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *