Quantcast
Channel: Dạy Nhau Học - Latest topics
Viewing all articles
Browse latest Browse all 34345

Lỗi [Error] ld returned 1 exit status trong dev C

$
0
0

@Nguyen_Hai_An wrote:

Mng cho em hỏi en sai ở đâu vậy ạ ?

#include <stdio.h>

int CheckInteger(){
	
	int number; char c;
	int check = 0;
	
		
	do{
		fflush(stdin);
		printf("Please enter an integer: \n");
		
	}while(scanf("%d%c", &number, &c) != 2 || c != '\n');
		
	return;
}

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 34345

Trending Articles