Chương trình sau cho kết quả là gì: #include <stdio.h> void main() { int *px, *py; int4/29Chương trình sau cho kết quả là gì:#include <stdio.h>void main(){int *px, *py;int a[]={1,2,3,4,5,6};px=a;py=&a[5];printf("%d",++px-py);};-4.2.5.Không có kết quả đúng.Giải thíchChọn đáp án A.