#include <iostream> int main() { char* str = "test"; std::cout << str; // oops}
Standard input is empty
test
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!