What is the default size allocated for array in the
statement if size not specified
" int a[] "
Answer Posted / karthik
BUT int a[]={0};
this will work
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How Do you Code Composition and Aggregation in C++ ?
What is encapsulation in simple terms?
Can enum be null?
What are classes oop?
hi all..i want to know oops concepts clearly can any1 explain??
i got a backdoor offer in process global,Bangalore..Can i work with it?
Can main method override?
What type of loop is a for loop?
write a program to find 2^n+1 ?
What is coupling in oops?
What is polymorphism and example?
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.
Prepare me a program for the animation of train
What is the real life example of polymorphism?
What is the difference between procedural programming and oops?