What's the effect of "int a(); " in C++? -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 8 जवाब

Int a (); सी ++?

क्या यह int a या int a (0) ?

और कैसे के बारे में char c () और डबल डी () ?

int a (); में सी ++?

का प्रभाव क्या है पैरामीटर, जो एक पूर्णांक देता है।

क्या यह int a या int a (0) के बराबर है?

नहीं इनमें से प्रत्येक पूर्णांक प्रकार का एक चर घोषित करता है; दूसरा यह भी मान शून्य के साथ आरंभ करता है।

और कैसे के बारे में char c () और double d () ? धन्यवाद।

ये विभिन्न रिटर्न प्रकार के साथ कार्य भी घोषित करते हैं।


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Chart control: Design messed Up after clearing and re-adding Y-Values -

ruby on rails - Apipie interferes with proper error codes -