I am new to programming. This code does not work properly, that is, to retrieve the address of a one-dimensional array from a two-dimensional array:
#include
main() {
int s[4][2] = {
{1234,
I am new to programming. This code does not work properly, that is, to retrieve the address of a one-dimensional array from a two-dimensional array:
#include
main() {
int s[4][2] = {
{1234,