usmanihasan7 usmanihasan7
  • 04-07-2021
  • Computers and Technology
contestada

#include

int main()
{
char ch;
printf("Enter any letter");
ch=getch
();
printf("\nYou Pressed %c",ch);

return 0;
}
whats the error not giving the correct output

Respuesta :

apikshyashrestha
apikshyashrestha apikshyashrestha
  • 05-07-2021

Answer:

#include<studio.h>

#include<conio.h>

void main()

{

char ch;

printf("Enter any letter");

scanf("%c",&ch);

Answer Link

Otras preguntas

Advertisements are usually considered to be:
40% of her class is made up of girls. How many girls are in Ms. Kim's class?
how do i find the area if this problem?
What is the value of the expression 3y−zy+5z when y = 6 and z = 2?
As concentrated energy is used to do _____ , it becomes spread out.
What does lga 1155 tell you about this motherboard?
(1.2,5.1) and has an x-intercept of 3.7
What is using fewer resources than an economy is capable of using called?
Jim is in the market for a car that will last for the next 10 years and has save up some money for the purpose of a car.what’s the best transportation option fo
which statement correctly describes the behavior of the function? *Please explain