Top

Discussion

What will be the output of the program ?

#include
#include

int main()
{
    printf("%d\n", strlen("123456"));
    return 0;
}

 

  • A.6
  • B.12
  • C.7
  • D.2

Answer: A

No answer description available for this question.

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

Post your comment