Computer Science, asked by shreyaghosh3713, 1 year ago

What is the output of the program. Void main(){ clrscr(); printf("%d%d", sizeof("string"),strlen("string")); getch(); }?

Answers

Answered by Anonymous
0

Is the answer 6?

Or string?

Similar questions