热门

最新

红包

立Flag

投票

同城

我的

发布
qq_32336271
王子凡1996
6 年前
trueqq_32336271

我用#CSDN#这个app发现了有技术含量的博客,小伙伴们求同去《构造函数可以为虚函数吗?》, 一起来围观吧 https://blog.csdn.net/simon_2011/article/details/78081602?utm_source=app

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
#include <stdio.h>int test(int,int); // 形参,只声明int main(){ int a,b; printf("%d",test(5,3)); // 实参,已赋值}int test(int a,int b) // 形参{ a=a+b; return a;}
立即登录