Skip to content
Snippets Groups Projects
Commit 851fabc1 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Korrektur Übungsaufgabe 2

parent 16f04d0d
Branches
No related tags found
No related merge requests found
char*f="char*f=%c%s%c;main(){printf(f,34,f,34,10);}%c";main(){printf(f,34,f,34,10);}
No preview for this file type
......@@ -64,7 +64,7 @@
\exercise{Programm analysieren}
Wir betrachten das folgende C-Programm (Datei: \gitfile{20161024}{aufgabe-2.c}):
Wir betrachten das folgende C-Programm (Datei: \gitfile{hp}{20171023}{aufgabe-2.c}):
\begin{lstlisting}
char*f="char*f=%c%s%c;main(){printf(f,34,f,34,10);}%c";main(){printf(f,34,f,34,10);}
\end{lstlisting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment