Can anyone recommend me any good book of assembly language programming in 16bit DOS using MASM? Not Kip Irvine. And that book should have...
Hello experts! I am trying to making a program which takes string as input in upper case and give result in lower case. First, I wrote a...
Hi to all professionals and dear users!:pleased: I have a blog (http://www.studentphysics.blogspot.com) Now I have registered for free domain at...
#include<iostream> #include<fstream> #include<string> struct emp{ int eno; char name[50],address[50]; float basic,allowence,deduction;...
#include<stdio.h> #include<string.h> #include<stdlib.h> #include<conio.h> #include<iostream.h> class employee{ public: int e_no;...
Hi! my dear all. Hope all of you will be fine. #include<iostream.h> #include<stdlib.h> #include<conio.h> #include<stdio.h> class payroll {...
Hello my dear all! Hope all of you fine.:nice: A question: Read an array of string, sort them in ascending/descending order. Make a derived...
My dear all, Hope you fine. #include<iostream.h> #include<conio.h> #include<stdlib.h> main() { cout<<"\n"<<endl; for(int i=0; i<8; i++)...
#include<stdio.h> #include<conio.h> #include<iostream.h> //Calculate average and then sort the given numbers /*********** base class...
Separate names with a comma.