Answer Posted / varsha vilas kalebag
array is an set od data types
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is main function important?
What is the identity function in c++? How is it useful?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What's the most powerful programming language?
What do you mean by public protected and private in c++?
What is the rule of three?
What is a map in c++?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
Why do we learn c++?
Is c++ a pure oop language?
What is c++ iterator?
Does a derived class inherit or doesn't inherit?
which operator is used for performing an exponential operation a) > b) ^ c) none
Explain what is class definition in c++ ?
write a programme to get a character and thier ASCII value