what is subnet and find no. of subnets from Ip and mask
Software Developer C Interview Questions
1,000 software developer c interview questions shared by candidates
They asked where I had used multiprocessing and threading in my work.
The difference between thread and a process
Convert color from RGBA to BGRA in C
int main() { std::thread* threadHello = new std::thread(printHello); std::thread* threadThread = new std::thread(printThread); return 0; } void printHello() { std::cout << "Hello" << std::endl; } void printThread() { std::cout << "Thread" << std::endl; }
Do you know about smart pointer in C++? What does it do?
Design system for processing incoming stock purchase orders
6 selections and 3 coding problems. The phone interview is about RR schedule.
Implement c++ string class.
OAs were C++ trivia and easy/medium leetcode. Phone interview was data structure design.
Viewing 751 - 760 interview questions