How many characters are recognized by ANSI C++?


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

Post New Answer

More C++ General Interview Questions

Write my own zero-argument manipulator that should work same as hex?

0 Answers  


Explain "const" reference arguments in function?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


When to use Multiple Inheritance?

6 Answers  


Can you overload the operator+ for short integers?

0 Answers  


What is the use of object in c++?

0 Answers  


Can you pass a vector to a function?

0 Answers  


What is a forward referencing and when should it be used?

0 Answers  


what is a reference variable in C++?

0 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


What is ios in c++?

0 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


Categories