What is the default size allocated for array in the
statement if size not specified
" int a[] "
Answer Posted / nitish sahu
array is an user defined data type its default size is 2.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the example of polymorphism?
What is variable example?
How do you define social class?
What is abstraction in oops?
#include
officer say me - i am offered to a smoking , then what can you say
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What does no cap mean?
What is encapsulation with real life example?
What is the point of oop?
Why do pointers exist?
What is inheritance write a program to show use of inheritance?
What are the two different types of polymorphism?
What is difference between oop and pop?