What is a cross join in SQL?
C Engineer Interview Questions
3,794 c engineer interview questions shared by candidates
REST Api application to manage rental bookings
About java what is finally final and finalise keyword
What is the difference between ArrayList and Linkedlsit?
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;
Viewing 2471 - 2480 interview questions