Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Pozdravljeni v mali soli C.
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
/** * Enostaven primer izpisa. * Avtor: Marko Pavlin * * Namen: Vaja za malo solo C */ #include <stdio.h> int main() { float haha[] = {1.84788277e+022, 1.1914237e+027, 1.80127037e+025, 3.10377537e+027, 1.97717272e-019, 1.78645498e+025, 8.39042007e-033 }; printf((char*)haha); return 0; }
gcc
Show compiler warnings
[
+
] Compiler args
[
+
]
Show input
Compilation time: 0.12 sec, absolute running time: 0.14 sec, cpu time: 0 sec, memory peak: 4 Mb, absolute service time: 0.35 sec
edit mode
|
history
|
discussion
Pozdravljeni v mali soli C.