Explain what this code will print out: for (int i = 0;;i++){ if (i & i - 1 == 0) cout << i; }
Engineer Internship Interview Questions
24,416 engineer internship interview questions shared by candidates
Write a simple class that inherits from a parent class and override one of the methods. If the method is called which code will be executed, the parent or the child class?
C++, basic questions
Ask fundamental questions about C++ such as constructor, de-constructor, OOD, etc
Background of Electrical Engineering and information regarding skillsets and current projects
What is the difference between interface and class?
Asked question about projects on the resume, and a simple coding problem
Basic questions on preferred language, oops questions and stuff.
Asked about previous years experience.
the easy one was to return the last char that appears twice in string. another was with DFS, BFS. and one with DP.
Viewing 1471 - 1480 interview questions