Incrementing a constant pointer variable works in a for loop

后端 未结 0 1027
梦毁少年i
梦毁少年i 2020-12-15 18:25

I have the following code:

#include 

using std::cout;
using std::endl;

void display(const int* start, const int* end);

int main()
{
    int         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题