0
#include <stdio.h> int main() { char * s="a string"; char *p=s; while(*p++) printf ("%d",(int)(p-s)); return 0; }
How output is 9
24th Dec 2019, 9:44 AM
Somvir Dhaka

1 Antwoord
Heb je vaak vragen zoals deze?
Leer efficiënter, gratis:
Populair vandaag
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Salut tout le monde
1 Votes