What is the output of the program. Void main(){ clrscr(); printf("%d%d", sizeof("string"),strlen("string")); getch(); }?
Answers
Answered by
0
Is the answer 6?
Or string?
Similar questions