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

Is null always defined as 0(zero)?

0 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


Explain the term printf() and scanf() used in c language?

0 Answers  


Lists the benefits of c programming language?

0 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  






diff .between strcture and union

2 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


What is pass by reference in c?

0 Answers  


Does c have enums?

0 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


What is the right way to use errno?

0 Answers  


Categories