0_0_35095950_13339.cpp: In function 'int emptyQueue(Queue*)':
0_0_35095950_13339.cpp:62:23: error: expected ';' before numeric constant
return q->head==NULL 1 : 0;
^
0_0_35095950_13339.cpp:62:25: error: expected ';' before ':' token
return q->head==NULL 1 : 0;
^
|