|
| |
C/C++ Interview and General questions
- How do you write a program
which produces its own source code as its output?
- Implement a queue template
class using link list?
- What do you mean by inline
function?
- How can I find the day of the
week given the date?
- Why doesnt C have nested
functions?
- Write a program to generate
the Fibonacci Series?
- Write a program which employs
Recursion?
- How can I access memory
located at a certain address?
- How can I allocate arrays or
structures bigger than 64K?
- What is the most efficient way
to count the number of bits which are set in a value?
- How can I return multiple
values from a function?
- What is operator
overloading?what r the advantages of operator overloading?
- What are inline functions?
- Write a program to concatenate
two strings.
- What do you mean by
inheritance?
- Implement a circular link list
using pointers?
- Implement a Hash Table
Abstract.
Write programs for String Reversal. The same for Palindrome check.
- How can I invoke another
program from within a C program?
- What is namespace?
- Write a program to interchange
2 variables without using the third one.
- What is the difference between
"overloading" and "overriding"?
- Write a program to find the
Factorial of a number.
- What is encapsulation?
- How can I convert integers to
binary or hexadecimal?
- How can I call a function,
given its name as a string?
- How do I access command-line
arguments?
Next
Page1 page2
page3 page4
page5 page6
page7 page8
page9
| |
|