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...


Can a function take variable length arguments, if yes, how?


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

Post New Answer

More C++ General Interview Questions

A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.

0 Answers  


What is virtual destructors? Why they are used?

1 Answers  


What's the "software peter principle”?

0 Answers  


Which function cannot be overloaded c++?

0 Answers  


What is a class template?

0 Answers  


What is array give example?

0 Answers  


What is #include iostream?

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


Write a program to concatenate two strings.

0 Answers  


What is the difference between Pointer and a Reference? When you would use them?

4 Answers   Wipro,


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


What are associate containers?

0 Answers  


Categories