Computer Science, asked by abcd2703, 1 year ago

pls answer this fast

Attachments:

abcd2703: it's right
abcd2703: Thank u
abcd2703: try answering my previous question
abcd2703: pls
Aishwarya98: thank you very much for replying..
abcd2703: no problem
Aishwarya98: which previous question?
abcd2703: pls answer my previous question
abcd2703: check my profile page for the question
abcd2703: yes

Answers

Answered by Aishwarya98
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

}


Aishwarya98: mark me as brainliest..
abcd2703: this is for which question
abcd2703: Oh ok
abcd2703: sorry now u understood
Aishwarya98: is my answer is right?
abcd2703: yes
Similar questions