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
Can we access array using pointer in c language?
How can I insert or delete a line (or record) in the middle of a file?
why do we use # in c-language?
What is the auto keyword good for?
Difference Between embedded software and soft ware?
Why do we use return in c?
What is the difference b/w main() in C language and main() in C++.
Do you know pointer in c?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
differentiate built-in functions and user – defined functions.
What are header files? What are their uses?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above