The output would be:
a=1 b=4 c=4 k=10
Answers
Answered by
0
[\tex]$E =mc^2$[\tex]
[\tex][x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}[\tex]
checking latex code
Answered by
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