<!ELEMENT courses (student)+>
<!ELEMENT student (name,regno)>
<!ATTLIST student class (UG|PG) FIXED "UG">
<!ELEMENT name (first,last)>
<!ELEMENT first (#PCDATA)>
<!ELEMENT last (#PCDATA)>
<!ELEMENT regno (#PCDATA)>
Programming is an art and skill that can be calibrated by learning the different ways to apply logic to a solution. This blog helps the beginner level programmers and computer science graduates to acquire programming skill easily by learning a program a day. They can also try to rewrite the same program in a more efficient way. This will boost up their programming knowledge.
No comments:
Post a Comment