In an Interview, I was asked the output of the following code snippet:
printf("%d", "computer");
I am a c# developer and earlier I had learned C too, but when this question was asked, I had no clue. When I run the same question in windows 10 computer (64-bit), it is giving putput as
3571712
Please give reasons why this is happening.