Algorithms Flashcards
1
Q
What is bubble sorting?
A
Sorting numbers by making comparisons in pairs. The smallest of the pair will shift to the left
2
Q
How can we pass multiple arguments to a function
A
stdarg.h
What is bubble sorting?
Sorting numbers by making comparisons in pairs. The smallest of the pair will shift to the left
How can we pass multiple arguments to a function
stdarg.h