我使用a = 'linux!', b = 'linux!', c = 'linux', d='linux',为什么会发生这种情况?
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 18:11:49) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>
我正在创建一个简单的“提升”程序。当我在int数组中找到最小的int时,我希望用其他值替换它,这样它就不会在数组中再次出现最小的数字了。为此,我分配了int NULL。但现在的结果并不像预期的那样。
如果我做错了什么,请告诉我。如果是这样的话,我应该用那个int的值替换什么?
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a[10],b,c=0,d=0;
printf("Enter number of values you want to enter \n