Hi, following is the code that i wrote: :happy: #include <stdio.h> int main() { int *ptr; ptr = (int...
Hi, I have defined enum in struct as /*************************************/ struct info { eunm { left, right} rotate; int val; }; int...
Separate names with a comma.