Top

Discussion

What is the output of this C code?

#include 
    int main()
    {
        printf("sanfoundry\rclass\n");
        return 0;
    }

 

  • A.sanfoundryclass
  • B.sanfoundry
    class
  • C.classundry
  • D.sanfoundry

Answer: C

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment