[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]  vidit._od [@vidit_odedra](/creator/twitter/vidit_odedra) on x XX followers Created: 2025-07-24 13:43:33 UTC char a = 5; char b = 6; char c = a + b; • a and b are promoted to int before the addition. • The result of a + b is int, not char. • It is then implicitly converted back to char when stored in c. XX engagements  [Post Link](https://x.com/vidit_odedra/status/1948378522893853055)
[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
vidit._od @vidit_odedra on x XX followers
Created: 2025-07-24 13:43:33 UTC
char a = 5; char b = 6; char c = a + b;
• a and b are promoted to int before the addition. • The result of a + b is int, not char. • It is then implicitly converted back to char when stored in c.
XX engagements
/post/tweet::1948378522893853055