What is static function? Explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
If dog is a friend of boy, is boy a friend of dog?
Is multimap sorted c++?
without if else statement can be written ah
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
give me an example for testing a program showing the test path .show how the test is important and complex.
When is a template better solution than a base class??
What do you mean by internal linking and external linking in c++?
How new/delete differs from malloc()/free?
Why struct is used in c++?
How many ways are there to initialize an int with a constant?
What is the use of main function in c++?