answersLogoWhite

0

#include<stdio.h>

#include<conio.h>

main()

{

float a,b,c,real,imag,r1,r2,d;

int k;

printf("Enter the values of a,b,c:");

scanf("f%f",&a,&b,&c);

d=b*b-4*a*c;

if(d<0)

k=1;

else

if(d==0)

k=2;

else

k=3;

switch(k)

{

case 1:

printf("Roots are imaginary\n");

real=-b/(2*a);

d=-d;

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is flowchart of stack using array in c prog?

Two little problems: 1. stack doesn't have a flow-chart 2. there are no flow-charts in a C program


You Want algorithm and flow chart for c-programs?

yes


Where can I get free project management software?

Open office provides decent quality programs for free. the next best to Microsoft office programs. openoffice allows for power points, papers, flow charts, etc.


How are health workers trained to write medical charts?

Training programs for health care professionals often include practice in writing notes or flow charts in mock medical records. Notes by trainees are often initially cosigned by supervisors


What is the name of junction in a flow chart?

In Logic Flow Charts junctions are called connectors.


Circular flow chart?

Charts are excellent tools used to create visual representations of data. Circular flow charts are particularly helpful when demonstrating cycles or exchanges.


Are there charts and graphics included in a Service Oriented Architecture program?

Absolutely there are charts and graphics included in these types of programs. Architecture programs need that visual edge in order to help with creativity.


What are the different kinds of charts?

There are many different kinds of charts. A few would be a graph, bar graph, flow charts, pie charts, pictograph, line graphs, histogram, dot plot, and scatterplot.


Why flow chart is second step after algorithm?

Flow-charts are outdated, you shouldn't use them any more.


Where can flow charts be downloaded and printed out?

A flowchart is a tool that shows a sequence of steps within a process, one can download software from the internet on to a personal computer that will enable a person to download and printout their flow charts.


Creating flow charts and output sequences?

Flow charts are graphical representations of processes, showing the sequence of steps and decision points. Output sequences are the results or information produced by a process. By mapping out the steps and decisions in a flow chart, you can visualize the flow of work or data and understand how the output sequences are generated.


Can all C programs are executable in C plus plus?

Some C programs can be compiled in C++, yes.