template<class T1; class T2; class T3> int Product (T1 a, T2 b, T3 c) { return a * b * c; } What is the error in the sample code above?
Financial Software Developer Intern Interview Questions
758 financial software developer intern interview questions shared by candidates
what is the return type of sizeof()
C#, if you set lock in a method, will you be able to do a recursive call again?
Count the number of appearance of h from given passage
how can I count the bit set to 1 in an integer? What if I want to optimize the process to work with several integers?
How will you find out what has happened in the network if - initially the network speed is 10Mbps but suddenly it drops down to 10Kbps.
Suppose your software requires the client to enter information into a database. What do you do if data insertion takes too long?
Nothing to bad, just need to know your basics well.
What function in the Standard C library may be used to convert a long to a string?
C++ template metaprogramming (that team was into functional programming and compile time computations). Standard, find nth Fibonacci number using recursive templates.
Viewing 71 - 80 interview questions