#include
int main() {
printf('Hello, World!');
return 0;
}
#include
int main() {
printf('Hello, World!');
return 0;
}
#include
int main() {
int a = 10;
int b = 20;
int c = a + b;
printf('%d', c);
return 0;
}
#include
int main() {
int array[5] = {1, 2, 3, 4, 5};
for(int i = 0; i < 5; i++) {
printf('%d ', array[i]);
}
return 0;
}
#include
#include
void* printHello(void* threadid) {
long tid;
tid = (long)threadid;
printf('Hello World! It's me, thread #%ld!', tid);
pthread_exit(NULL);
}
int main () {
pthread_t threads[5];
int rc;
long t;
for(t=0; t<5; t++){
printf('In main: creating thread %ld
', t);
rc = pthread_create(&threads[t], NULL, printHello, (void *)t);
}
pthread_exit(NULL);
}
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)