Is ca high or low level language?
No Answer is Posted For this Question
Be the First to Post Answer
5. Can inline functions have a recursion?
Can we use struct in c++?
Implement a 2 dimensional array by one dimentional array
Define a way other than using the keyword inline to make a function inline?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
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.
Explain mutable storage class specifier.
What is the use of namespace std in C++?
plz send me National informatics center paper pattern
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
How do I start a c++ project?