syntax - C type casts and addition precedence -


अगली अभिव्यक्ति में प्राथमिकता क्या है?

  आइटम = (चार *) ढेर + ऑफसेट;  

क्या यह (char *) (heap + offset) या ((चार *) ढेर) + ऑफसेट ?

पूर्वनिष्ठता तालिका के अनुसार द्विआधारी अतिरिक्त को कास्ट करें

प्राथमिकता तालिका


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -