Why the output shows error | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Why the output shows error

#include <stdio.h> int main() { char a[] = {'h','e','l','l','o','','w'}; printf("%d",sizeof(a)); return 0; }

29th Jul 2019, 1:24 PM
Shaik Abeedh
Shaik Abeedh - avatar
0 Réponse