#include <iostream> int main(){ char text[] = "Vanilla"; std::cout << text[sizeof(text) - 2] << std::endl;}
Standard input is empty
a
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!