Why this output: Error | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Why this output: Error

#include <stdio.h> int main(){ int a[] = {1,2,3,4}; int *b =a[1:2]; printf("%d", sizeof(b)); return 0; }

28th Jan 2019, 4:37 PM
Mihai C
Mihai C - avatar
0 Réponse