Is string is a data type?
Answer / Priyanka Chauhan
"String" is not a data type in C or C++. Instead, it's represented as an array of characters terminated by a null character ( ). In Java and other modern programming languages, String is a built-in data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain in detail about encapsulation with an example?
How to instantiate member inner class?
What is java util hashmap?
What are data types in programming?
Explain different ways of creating a thread?
What are keywords in programming?
how to make the double-tone class ? as we have singletone class..?
What is the difference between preemptive scheduling and time slicing?
What is a container in a gui?
What is the difference between integer parseint and integer valueof?
What is synchronization and why is it important in java programming?
What are the 4 types of characters?