int main() {
int a = 10;
int b = 20;
int c = a + b;
return 0;
}
int main() {
int a = 10;
int b = 20;
int c = a + b;
return 0;
}
#include
int main() {
std::cout << "Hello, World!";
return 0;
}
#include
int main() {
int arr[5] = {1, 2, 3, 4, 5};
for(int i = 0; i < 5; i++) {
std::cout << arr[i] << ' ';
}
return 0;
}
#include
void function_1() {
std::cout << "Thread 1";
}
int main() {
std::thread t1(function_1);
t1.join();
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)