What are built-in functions? What is the syntax for the definition?


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

Post New Answer

More C++ General Interview Questions

What is the header file for setw?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  






What is the difference between equal to (==) and assignment operator (=)?

0 Answers  


Which c++ operator cannot overload?

0 Answers  


what is scupper?

0 Answers  


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.

1 Answers  


What is set in c++?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


write the prime no program in c++?

16 Answers  


Categories