Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Question posted by Emran
Profile
Following
Followers
Questions
Answers
Articles
wall
+1
vote
1
answer
C++: What is the difference between List x; & List x()?
posted
Mar 20, 2015
c++
+1
vote
1
answer
When does the C++ compiler create temporary variables?
posted
Mar 20, 2015
c++
+5
votes
2
answers
Explain how to call C code from C++ code. Explain with an example?
posted
Mar 5, 2015
c++
c
+2
votes
1
answer
What is wrong with an object being assigned to itself?
posted
Mar 5, 2015
c++
+1
vote
1
answer
Why does COM require GUIDs?
posted
Mar 5, 2015
c++
+1
vote
2
answers
What is a scope resolution operator in C++?
posted
Jan 12, 2015
c++
+1
vote
1
answer
What is register variable in C++?
posted
Jan 12, 2015
c++
+1
vote
3
answers
What are the advantages of pointer ?
posted
Jan 12, 2015
c
c programming
interview questions
+1
vote
2
answers
What is the difference between shallow and deep copy in C++?
posted
Jan 12, 2015
c++
+1
vote
1
answer
Is there anything you can do in C++ that you cannot do in C?
posted
Jan 6, 2015
c
c++
+1
vote
1
answer
How do you link a C++ program to C functions?
posted
Jan 6, 2015
c
c++
+1
vote
4
answers
What is the difference between const char *myPointer and char *const myPointer?
posted
Jan 6, 2015
c
c++
+2
votes
0
answers
Is there any problem with the following statement : char*a=NULL; char& p = *a;?
posted
Jan 6, 2015
c++
+3
votes
3
answers
What is the difference between a pointer and a reference?
posted
Dec 29, 2014
c
c++
+2
votes
0
answers
What issue do auto_ptr objects address?
posted
Dec 29, 2014
c++
+2
votes
1
answer
What is auto pointer in C++?
posted
Dec 29, 2014
c++
+3
votes
2
answers
In C or C++ What is a dangling pointer?
posted
Dec 29, 2014
c++
c
+1
vote
2
answers
What is the difference between new/delete and malloc/free?
posted
Dec 19, 2014
c++
+1
vote
1
answer
How do I create a subscript operator for a Matrix class?
posted
Dec 19, 2014
c++
+1
vote
1
answer
What happens when a derived-class object is created and destroyed in C++?
posted
Dec 19, 2014
c++
+1
vote
1
answer
What is a container class? What are the types of container classes in C++?
posted
Dec 19, 2014
c++
...