ช่วยดูโปรแกรมภาษาซีให้หน่อยค่ะ

1.จงหาสิ่งที่ทำให้โปรแกรมต่อไปนี้ผิดพลาด
#include<stdio.h>
int main (void)
{
printf(‘we are to learn correct’);
printf(‘C languagยิ้ม’);
returnO;
}


2.จงหาสิ่งที่ทำให้โปรแกรมต่อไปนี้ผิดพลาด
int main (void)
{
integer a;
floating-point b;
character c;
printf(‘The end of the program.’);
return o;
}


จงเติมโปรแกรมต่อไปนี้ให้สมบูรณ์
#include<stdio.h>
#include<conio.h>
void main()
{
int x,y;
int sum;
cirscr();
text……………(4);
cprintf(“please insert X”);
scanf(“%d”,&x);
cprintf(“please insert Y”);
scanf(“%d”,&y);
sum = x+y;
cprintf(“sum=0.2f”....................);
getch();
}


จงเติมโปรแกรมต่อไปนี้ให้สมบูรณ์
#include<stdio.h>
#include<conio.h>
void main()
{
float area,r;
cirscr();
printf(“enter radius=*);
scanf(“%f”,&r);
area=3.14*r*r;
printf(“Area of circle = %f\n”,area);
getch();
}


ขอบคุณมากค่ะ TT
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่