For any Computer Science Graduate seeking a job, algorithm and programming language knowledge is a must. C, C++ are the preferred languages on which questions will be asked.
Write a C Program module for calculating the factorial of a number using/without using*recursion? (*Sometimes with recursion and sometimes without recursion are being asked)
Write a C Program module for finding the first n terms in a Fibonacci Series
using/without using recursion?
What are time complexity and space complexity?
What is the use of Recursion? Is it compiler-friendly?
How do you find out if a number is a power of 2?
Is pointer a variable?
Why java does not contain pointers?
What are constructors and destructors? Then, what do you mean by Virtual Destructors?
What do you mean by malloc() in C? Then, what is dealloc()? (Beware, the interviewer may mislead you by invalid keywords or so)
Write a C Program module to reverse a string, without using string.h library functions?
Write a C Program module for calculating the factorial of a number using/without using*recursion? (*Sometimes with recursion and sometimes without recursion are being asked)
Write a C Program module for finding the first n terms in a Fibonacci Series
using/without using recursion?
What are time complexity and space complexity?
What is the use of Recursion? Is it compiler-friendly?
How do you find out if a number is a power of 2?
Is pointer a variable?
Why java does not contain pointers?
What are constructors and destructors? Then, what do you mean by Virtual Destructors?
What do you mean by malloc() in C? Then, what is dealloc()? (Beware, the interviewer may mislead you by invalid keywords or so)
Write a C Program module to reverse a string, without using string.h library functions?