#include <stdio.h> int main(){ char a[] = "blahblah"; printf("%xl\n", a); printf("%xl\n", &a); return 0;}
Standard input is empty
bfd97b37l bfd97b37l
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!