Below is a list of all the subjects you will need to prepare for Core CS, along with the links to their NPTEL video lectures on Youtube - Note: All these Lecture videos are referred from the NPTEL and given the reference links from here Broadband Networks: Concepts and Technology Computer Architecture Computer Networks Computer Organization C Programming and Data Structures Data Communication Data Structures And Algorithms Database...
Posted by Unknown On 06:34 No comments READ FULL POST
GATE 2014 Answer Key by Made Easy Delhi Civil Engineering Answer Key 2014 Morning Session Evening Session ECE Answer Key 2014 Feb 15 Morning Session Feb 16 Morning Session Feb 16 Evening Session Mechanical Answer key 2014 Feb 15 Morning Session Feb 16 Morning SessionComputer Science and Information Technology Answer KeyMar 1 Evening SessionMar 2 Morning SessionMar 2 Evening Session...
Posted by Unknown On 03:37 No comments READ FULL POST
Polymorphism is one of the crucial features of OOP. It simply means ‘one name, multiple forms’. We have already seen how the concept of polymorphism is implemented using the overloaded functions and operators.             Mainly they are two types of polymorphism. Types of Polymorphism in C++: Compile time polymorphism:                    ...
Posted by Unknown On 20:36 No comments READ FULL POST
11. Write a program to calculate gross and net pay of employee from basic salary. Create employee class which consists of employee name, emp_id, and basic salary as its data members. Use parameterized constructor in the derived class to initialize data members of the base class and calculate gross and net pay of the employee in the derived class. #include<iostream.h> #include<string.h> class employee {     protected:                 int id,basic;                   ...
Posted by Unknown On 03:33 3 comments READ FULL POST
10. Write a program which prompts the user to enter a string and returns the length of the longest sequence of identical consecutive characters within the string using pointers to data members and member function. For example, in the string "aaaAAAAAjjB", the longest sequence of identical consecutive characters is "AAAAA". // Length of the Longest Sequence of Identical Consecutive Characters // Input a String in which one letter has highest continuous frequency #include<iostream> #include<string> using namespace std; class...
Posted by Unknown On 03:29 No comments READ FULL POST
  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Blog Archive

Contact Us


Name

E-mail *

Message *