#include<stdio.h>int main(){ int a=18; int *b; int **c; b=&a; c=&b; printf("\n a:%d",a); }
Standard input is empty
a:18
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!