Computer Science, asked by vishal5040, 1 year ago

The output would be:
a=1 b=4 c=4 k=10

Answers

Answered by xyz8888
0

[\tex]$E =mc^2$[\tex]

[\tex][x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}[\tex]

checking latex code

Answered by Anonymous
4

Answer -

#include<stdio.h>

#include<conio.h>

void main ()

{

int a=1,b=4,c=4,k=10;

clrscr ();

printf("\n%d\n%d\n%d\n%d",a,b,c,d);

getch();

}

Similar questions