#include <stdio.h> int a = 10; int *p = &a; int *(&q) = p; int main(void) { // your code goes here return 0;}
Standard input is empty
prog.c:5:7: error: expected identifier or ‘(’ before ‘&’ token int *(&q) = p; ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!