#include
int main()
{
printf("Hello, World!");
return 0;
}
#include
int main()
{
printf("Hello, World!");
return 0;
}
#include
int main()
{
int a = 5;
int b = 10;
printf("%d", a + b);
return 0;
}
#include
int main()
{
int arr[5] = {1, 2, 3, 4, 5};
for(int i = 0; i < 5; i++)
{
printf("%d ", arr[i]);
}
return 0;
}
#include
#include
void* print_msg(void* ptr) {
char *msg;
msg = (char *) ptr;
printf("%s", msg);
return 0;
}
int main() {
pthread_t thread1, thread2;
char *msg1 = "Thread 1";
char *msg2 = "Thread 2";
pthread_create(&thread1, NULL, print_msg, (void*) msg1);
pthread_create(&thread2, NULL, print_msg, (void*) msg2);
pthread_join(thread1, NULL);
pthread_join(thread2, NULL);
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)