Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

okay this is another exercice i hope u can read it better Aufgabe 2 Modularisierung (4 Punkte) Abgabe: main.c, bubblesort.c, bubblesort.h Auf OLAT finden Sie

okay this is another exercice i hope u can read it better image text in transcribed
image text in transcribed
Aufgabe 2 Modularisierung (4 Punkte) Abgabe: main.c, bubblesort.c, bubblesort.h Auf OLAT finden Sie ein Programm refactor.c, das eine eingegebene Folge von Integern aufsteigend sortiert ausgibt. Das Programm soll auf zwei Module main.c und bubblesort.c aufgeteilt werden. Dabei soll main.c die nain- und print-Funktion enthalten, das Modul bubblesort.c die Sortierfunktionen bubblesort und swap. Entsprechend gibt es die Header-Datei bubblesort.h. Dies ist eine Vorbereitung auf die Klausur: Dort steht Ihnen auch kein Rechner zur Verfgung! Achten Sie darauf die Hilfsfunktion swap nur innerhalb von bubblesort.c sichtbar zu halten. Vergessen Sie nicht, die Header Dateien korrekt in die o-Dateien einzubinden

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Multimedia Database Systems

Authors: V.S. Subrahmanian

1st Edition

1558604669, 978-1558604667

More Books

Students also viewed these Databases questions

Question

2. What do you believe is at the root of the problem?

Answered: 1 week ago