Post Job Free

Update or Delete my resume

Sign in

Is it your resume?

It Code resume in Philippines - November 2015

Example

#include <stdio.h>

int main {

/* local variable definition */

int a = 10;

/* while loop execution */

while( a < 20 ) {

printf("value of a: %d\n", a);

a++;

}

return 0;

}When the above code is compiled and executed, it produces the following result -

value of a: 10...


If it is your resume and you want to update or delete it - please enter your email: