Here is the code : #include<stdio.h> int send() { int p[2]={3,5}; // lol = &p[0]; return &p; } int main() { int...
Separate names with a comma.