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


Write a program to find the Factorial of a number


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

Post New Answer

More C++ General Interview Questions

Can member functions be private?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


How many storage classes are available in C++?

1 Answers  


What is an adjust field format flag?

0 Answers  


What is the difference between passing by reference and passing a reference?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


What is extern c++?

0 Answers  


Write a program to find the reverse Fibonacci series starting from N.

0 Answers   Huawei,


What is the syntax for a for loop?

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


Categories