Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~120 People Reached
About Me

Student

Interests
reading,searching,networking
Favorite Forums
Favorite Tags
Member Avatar for preetykinza

Consider the following code: struct MyStructure { char MyString[40]; int MyInteger; }; MyStructure StructVariable[20]; MyStructure *StructPointer; StructPointer = StructVariable; i. Does this code have any error(s)? If there correct it. ii. Store some values (in member variables MyString and MyInteger) in 15th element of the array StructVariable using StructPointer.

Member Avatar for ithelp
0
59
Member Avatar for preetykinza

Assignment: In Assignment No.1 we developed Object Oriented Model for three modules of Learning Management System now you have to give its practical prototype in c++ mean you have to the solution of your first assignment and have to implement it in the form of classes in c++ also note …

Member Avatar for Ezzaral
0
61