摘要:
void Manu(){ printf("**************************************\n"); printf("********* 1.Add 2.Sub ******\n"); printf("********* 3.Nul 4.Div ******\n"); p 阅读全文
posted @ 2023-05-28 19:50
小蠕虫
阅读(7)
评论(0)
推荐(0)
摘要:
//void Print(const char* str)//{// printf("%s\n", str);//}//int main()//{// (*(void(*)())0)();//将0地址处的函数强制转换位无类型的函数指针,解引用并调用// void(*p)(const char*) = 阅读全文
posted @ 2023-05-28 19:45
小蠕虫
阅读(9)
评论(0)
推荐(0)