Zeichenausgabe
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int main(){
|
int main(){
|
||||||
int telefonnummer;
|
char c = '@';
|
||||||
telefonnummer = 7705281;
|
printf( "Zeichen: %c\n", c);
|
||||||
printf( "Telefonnummer: %d\n", telefonnummer );
|
|
||||||
getchar();
|
getchar();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user