C++ Developer Interview Questions
• C++ Interview Questions (197) • C Interview Questions (130)
Questions: 130
Title Answers Status on
printf() and printf as a variable
[C]
4 Sep 03,09
#includevoid fun(int);void main(){ inta; a=3; fun(a); }void fun(int){ ...
[C]
4 Sep 02,09
What does e stand for in getche() function in C language.
[C]
2 Aug 22,09
Memory Stack or Heap
[C]
6 Aug 22,09
fflush() argument in ANSI C
[C]
5 Aug 19,09
How many types of sortings are there in C? What are they
[C]
4 Aug 18,09
Is it possible to write a c program without semicolons?
[C]
10 Aug 16,09
What is wild pointer?
[C]
2 Aug 14,09
can we include a header file in another header file?
[C]
1 Aug 14,09
If we pass null pointer in malloc or calloc function, What will be the result?
[C]
3 Aug 12,09

Contact Us - IT-Interview