int main() {
int a = 5;
int b = 10;
int c = a + b;
printf('%d', c);
return 0;
}
int main() {
int a = 5;
int b = 10;
int c = a + b;
printf('%d', c);
return 0;
}
int main() {
char str[] = 'Hello, World!';
printf('%s', str);
return 0;
}
int main() {
int arr[] = {1, 2, 3, 4, 5};
int sum = 0;
for(int i = 0; i < 5; i++) {
sum += arr[i];
}
printf('%d', sum);
return 0;
}
#include
void* printHello(void* threadid) {
printf('Hello from thread %d', threadid);
pthread_exit(NULL);
}
int main() {
pthread_t threads[5];
for(int i = 0; i < 5; i++) {
pthread_create(&threads[i], NULL, printHello, (void*)i);
}
return 0;
}
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)