Computer Science, asked by Vahin8056, 9 months ago

Find errors if any, correct it and then write output of the following program.
#include
int main( )
{
int sum : 1234;
float price = = 550.50;
char City[2O] = “Ahmedabad";
printf("The sum is %d....", price);
printf(“The price is %s. . .", price);
printf("The City name is %.3s. ..", city);
return O;
}

Answers

Answered by nutankumari95042
0

Answer:

no no, no errors is there

Similar questions