题目信息

题目类型
练习
题目年份
2024
题目题型
问答题
关 键 词
程序

题目题干

写出下列程序的运行结果。
  1. #include<iostream> 
  2. using namespace std; 
  3. struct Mystruct 
  4. int num; 
  5. char *str; 
  6. }; 
  7. int main() 
  8. Mystruct myi 
  9. my.num=20; 
  10. My.str="Hello"
  11. cout<<"The num of my is"<<my.num<<endl; 
  12. cout<<"The str of my is"<<my.str<<endl; 
  13. return 0; 

答案解析

相关题目

提示声明

  • 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
  • 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。

猜你喜欢