Which programming language is best?
No Answer is Posted For this Question
Be the First to Post Answer
What is implicit pointer in c++?
What are the c++ access specifiers?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Difference between pointer to constant and constant pointer to a constant. Give example.
What is an action class?
What is a tree in c++?
What is the difference between C and CPP?
Does c++ have arraylist?
What are c++ manipulators?
What is an Iterator class?
In a class only declaration of the function is there but defintion is not there then what is that function?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.