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 Alwaz
Profile
Following
Followers
Questions
Answers
Articles
wall
+3
votes
1
answer
What are the parts of a linked list?Explain?
posted
Apr 9, 2015
data structures
+3
votes
1
answer
How does selection sort work?
posted
Apr 9, 2015
data structures
+2
votes
2
answers
What is pointer to array in c?
posted
Feb 18, 2015
c programming
+2
votes
1
answer
What happens when an object is destroyed that doesn't have an explicit destructor?
posted
Feb 3, 2015
c++
+1
vote
1
answer
Explain the problem with dynamic type checking in C++?
posted
Feb 3, 2015
c++
+1
vote
1
answer
Explain how static member functions are called in C++?
posted
Feb 3, 2015
c++
+2
votes
2
answers
What happens when a pointer is deleted twice in C\C++?
posted
Feb 3, 2015
c
c++
+3
votes
1
answer
What is the meaning of volatile variable in C/C++?
posted
Jan 21, 2015
c++
c
+1
vote
2
answers
What is the prototype of printf function?
posted
Jan 21, 2015
c
c++
+1
vote
1
answer
What is a Macro in C/C++ and what is its disadvantage?
posted
Jan 21, 2015
c
c++
+1
vote
1
answer
What is an uninitialised pointer in C/C++?
posted
Jan 21, 2015
c
c++
+2
votes
1
answer
Why should I use new instead of trustworthy old malloc()?
posted
Dec 23, 2014
c++
+2
votes
1
answer
Can I free() pointers allocated with new? Can I delete pointers allocated with malloc()
posted
Dec 23, 2014
c++
+3
votes
0
answers
IN C++ Is there a way to force new to allocate memory from a specific memory area?
posted
Dec 23, 2014
c++
+1
vote
1
answer
IN C++ What is Memory alignment?
posted
Dec 23, 2014
c++
+1
vote
3
answers
In C++ what is the difference between delete and delete[]?
posted
Dec 23, 2014
c++
+1
vote
1
answer
What is conversion constructor? and what is Conversion Operator?
posted
Dec 6, 2014
c++
+1
vote
2
answers
Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?
posted
Dec 6, 2014
c++
+1
vote
2
answers
What is copy constructor?
posted
Dec 6, 2014
c++
+1
vote
2
answers
Is it possible to have Virtual Constructor in C++? If yes, how? If not, then why not?
posted
Dec 6, 2014
c++
...