0

What should be the output of the program and why??

According to me it should 1 but it is 4... https://code.sololearn.com/c864M9Rf4O8E/?ref=app

11th Jan 2020, 9:40 AM
Prakhar
2 Answers
+ 2
In C constant character is actually int type. sizeof int is 4. The question on StackOverFlow: https://stackoverflow.com/questions/2172943/size-of-character-a-in-c-c
11th Jan 2020, 10:28 AM
ä½ ēŸ„é“č¦å‰‡ļ¼Œęˆ‘也ę˜Æ
ä½ ēŸ„é“č¦å‰‡ļ¼Œęˆ‘也ę˜Æ - avatar
0
Thanks a lot brošŸ‘šŸ‘šŸ‘šŸ‘
11th Jan 2020, 10:31 AM
Prakhar