Moderators: phlip, Larson, Moderators General, Prelates

#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } 

Afif_D wrote:And can a tablet make any provisions for compiling codes written in Java and C and also run them?
Steax wrote:To avoid pointless waiting, probably not, no. You can search for it on the web; most apps have a website, and the android store is also online, I believe. Most full-time developers I know, however, use their tablets for writing code, but not for compiling, mandatory unit tests and other processes.
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } Users browsing this forum: No registered users and 6 guests