close-red

CS605 - Software EngineeringII Solved Past Papers

VU CS605 - All Subjective Solved Past Papers 2023 - Software EngineeringII

Answer: Suggest Edit

Int x=10….No ending semicolon. *ptr=5... Declaring a pointer to constant integer. You cannot use this pointer to change the value being pointed to.

Answer: Suggest Edit

The errors are in the arguments of the member operation function and also in the body of operator member function. Correct function should be

math *operator (math *m) {
math temp;
temp = m;
temp.number= number * number;
return temp.number;
}
Page. No. 9/15

Answer: Suggest Edit

cout <<"Enter fifth postion ";
cin >> array[4];
cout <<"Enter Ninth postion ";
cin >> array[8];

Answer: Suggest Edit

calloc/malloc and new operator return returns a null pointer to indicate that no memory is available

CS - Computer Sciences Related Solved Past Papers

Categories of course codes

Sponsored

Attach VULMS for better learning experience!
Attach VULMS Account

Our VULMS adds features of MDBs and lets your populate VU subjects automatically.

Tajweed Classes (Learn Quran with Tajweed)
Learn Holy Quran with Tajweed

Try our 3 days free demo now! Online online holy quran tajweed classes are useful to learn reading holy quran with tajweed.

Gegasoft POS/CRM Software
Gegasoft Point of Sale/Customer Relationship Managemnet Software

Gegasoft Point of Sale/Customer Relationship Management software is an accounting software to fulfill your business needs.

Sponsored

Past Papers of other Book? - Select
?