Thursday, 28 February 2019

KVS PAPER SOLUTION 2018||Computer Literacy Part ||पेपर मैं करे अपने 10 ...

Program to add two numbers in C++

How to make a simple class and object in C++

Learn to make a simple class and object in C++


Syntax of creating a class is
:  

  class Classname
{

Code
};

Syntax of creating object of any class is:


Classname  ObjectName ;

Minor Project Ideas for B.tech Computer Science

B.Tech Minor Project: Data Science using Regression This project uses Linear Regression for continuous prediction and Logistic Regress...