Why are algorithms important in c program?


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

Post New Answer

More C Interview Questions

Where register variables are stored in c?

0 Answers  


What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

3 Answers   Accenture,


I need a sort of an approximate strcmp routine?

0 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,






Why is a semicolon (;) put at the end of every program statement?

0 Answers  


What is restrict keyword in c?

0 Answers  


What are the types of variables in c?

0 Answers  


what is the difference between normal variables and pointer variables..............

15 Answers   HP, Infosys, Satyam, Vivekanand Education Society,


What is the purpose of & in scanf?

0 Answers  


Do pointers take up memory?

0 Answers  


Why do we need arrays in c?

0 Answers  


Categories