các bác tư vấn em với lỗi ở đâu
#include<stdio.h>
#include<conio.h>
main(){
char ho_va_ten;
printf("nhap ho va ten: \n");
scanf("%c,&ho_va_ten");
int nam_sinh;
printf("nhap nam sinh: \n");
scanf("%f,&nam_sinh");
printf("ho va ten, nam sinh la:%c ho_va_ten,%f nam_sinh");
}
khi chạy thì nhập tên vào nó báo :
aproblem caused the program to stop working correctly windows will close program and notify you if a solution is available
chương trình vẫn chạy nhưng lại lỗi

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?