- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
i have a very crazy problem. See the following sourcecode: ----------------------------------------# include "system.h" int main (void) { float c = -45.77; printf("test"); printf("Answer = %f", c); return 0; } ------------------------------------------- The Compiler-Output brakes after the first printf instruction. Everytime when i use %f to print a float, the program stops his execution. Why? Please help me. THANX. PS: i don´t use "small C" - libraryLink Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page