What is the difference between ArrayList and Linkedlsit?
C Software Developer Interview Questions
3,502 c software developer interview questions shared by candidates
Discussed regarding ASP.NET MVC and Windows applications experience
who is your role model ?
Related to java,pl/sql,rdbms,python -sum of two lists
Tell me about your project
what is a virtual destructor? explain usecase
Shortest path in graph: /// /// graph is a function that accepts the node name, and int*. It returns the /// neighbors of the node and the length of the neighbors in the int* /// /// Name of start node /// Name of goal node /// /// The shortest path with format start->...->goal char *shortestPath(Inner *(*graph)(const char *, int *), const char *start, const char *goal) { // int neighborsLength; // Inner *neighbors = graph(start, &neighborsLength); // std::cout << "name: " << neighbors[0].name << neighbors[0].cost << " // length: " << neighborsLength << std::endl; std::cout << "name: " << // neighbors[1].name << neighbors[1].cost << " length: " << neighborsLength // << std::endl; // neighbors = graph(neighbors[0].name.c_str(), &neighborsLength); // std::cout << "name: " << neighbors[0].name << neighbors[0].cost << " // length: " << neighborsLength << std::endl; std::cout << "name: " << // neighbors[1].name << neighbors[1].cost << " length: " << neighborsLength // << std::endl;
3. HR Round Project Discussion Company-related discussion
Implement a parenthesis, bracket and brace validator.
questions are mainly based on pointers
Viewing 2291 - 2300 interview questions