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
Why c is faster than c++?
write a program which counts a product of array elements lower than 10.
How can I call a function, given its name as a string?
What is putchar() function?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What language is c written?
Which of these functions is safer to use : fgets(), gets()? Why?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
How do you convert strings to numbers in C?
Can you tell me how to check whether a linked list is circular?
What is a char in c?