pls answer this fast
Attachments:
abcd2703:
it's right
Answers
Answered by
1
Debug the program:
#include<stdio.h>
#define PIE=3.14
void main()
{
int r,a;
a=PIE*r*r;
printf("Area:%f",a);
}
2. #include<stdio.h>
#include<conio.h>
void main()
{
char a,b;
a=getchar(b); //get the character of b in a
printf("%d",a); //print the ASCII value of character stored in a
printf("\n%c",b); //print the character b
}
Similar questions