Write a program in "C" to calculate the root of a quadratic
equation ax^2+bx+c=0, where the value of a,b & c are known.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is structure in c explain with example?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


What is identifier in c?

0 Answers  






What is a memory leak in structures? How can we rectify that?

2 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1 Answers   IBM,


Describe how arrays can be passed to a user defined function

0 Answers  


Explain the difference between the local variable and global variable in c?

0 Answers  


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


Why can’t we compare structures?

0 Answers  


Categories