a formula,a series of steps,or well defined set of rules for solving a problem

a) algorithem

b) program

c) erdiagram

d) compiler


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

Post New Answer

More C Interview Questions

1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


When is a null pointer used?

0 Answers  


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


What is the use of clrscr?

0 Answers  


What is #include stdlib h?

0 Answers  






which is faster execution: loops or recursion?

3 Answers  


what is the similarities between. system call and library function?

1 Answers   Wipro,


Why doesn't C have nested functions?

2 Answers  


How would you rename a function in C?

0 Answers   Tech Mahindra,


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


What is the difference between volatile and const volatile?

0 Answers  


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


Categories