Guess the output:
main()
{printf(“%d”, sizeof('a'));
}
//same as → sizeof(97)
1. 2 or 4
2. 1 or 3
3. Garbage value
4. ASCII value of a
Answers
Answered by
0
but where is the input⁉⁉⁉⁉⁉
Similar questions