Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


What is Copy Constructor?

5 Answers   ABC, Siemens,


What is placement new?

1 Answers   Amazon,


What is name mangling/name decoration?

0 Answers   Amazon,


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


What are the fundamental features of an object-oriented language?

0 Answers   Accenture,


What is conversion constructor in C++

0 Answers   TCS,


How will you print a list of all unique words from a string which may contain repeated words?

0 Answers   Adobe,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


Can we provide one default constructor for our class?

0 Answers  


Discuss about iteration statements in C++ .

0 Answers   Agilent,


Categories