Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo,

Ich bin neu hier und schreibe weil ich ein Problem habe. Ich fange gerade an C zu lernen, komme aber bei einer Aufgabe nicht weiter.

Die Aufgabe lautet: Lies eine Zahl im Oktalformat ein und gebe sie wieder aus im Oktal- und im Dezimalformat.

Ich habe ein Programm geschrieben (mit Visual Studio 2005) das eigentlich alles machen sollte, aber irgendwie funktioniert es nicht. Wenn ich z.B. "8" eingebe, gibt mir das Programm eine sehr hohe negative Zahl aus. Ich finde im Quelltext einfach keinen Fehler. :-/

Kann sich vielleicht mal jemand meinen Quelltext ansehen und mir sagen wo der Fehler liegt?

Danke - Tizian

---------------------------------------------------------------

Hier der Quelltext:

-----------------------------------------------------------------

#include<stdlib.h>

#include<stdio.h>

int main(void)

{

int zahl;

printf("Geben Sie eine ganze Zahl im Oktalformat ein!\n");

scanf("%o", &zahl);

printf("Die eingegebene Ziffer ist: %d in der Dezimaldarstellung.\n", zahl);

printf("In der Oktaldarstellung lautet diese Zahl: %o \n", zahl);

system("pause");

return 0;

}

------------------------------------------------------------------

Waaaaah!

Welche möglichen Ziffern gibt es denn im Oktalsystem?

Hallo,

Danke für die Frage "Welche möglichen Ziffern gibt es denn im Oktalsystem?"

:-)

Habe meinen Fehler entdeckt. Wie dumm kann man nur sein, Wahnsinn.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.