No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 1 answers

Pallavi Nethra S 7 years, 1 month ago

Input function is cin Output function is cout
  • 4 answers

Cbse Student 7 years ago

7.types of header files iostream,strlen,ctype,stdio,iomanip,stdlib nd string.h

Pallavi Nethra S 7 years, 1 month ago

#include<iostream.h> #include<conio.h> #include<math.h> #include<iomanip.h> #include<string.h>

Pallavi Nethra S 7 years, 1 month ago

#include<iostream•h> #include<conio•h> #include<iomanip•h> #include<math•h> #include<string•h>

Pallavi Nethra S 7 years, 1 month ago

There are 5types of data type they are 1) #include(
  • 3 answers

E S 7 years, 1 month ago

I dont think so bcoz for addition binary (+) is used

Shubham Singh 7 years, 1 month ago

Just numerical

Shubham Singh 7 years, 1 month ago

Is add any two values
  • 5 answers

Varun Bisoi 7 years, 1 month ago

Thanks but what is its use in SQL

Pallavi Nethra S 7 years, 1 month ago

Asterisk is a pointer operator itIs also known as indirection operator

Shubham Singh 7 years, 1 month ago

Asterisk helps in multiplying any two numerical values

Sk Aquib Mohammed 7 years, 1 month ago

* is a dereferencing variable

Gudia Sharma 7 years, 1 month ago

In c++ it is pointer
  • 2 answers

Pallavi Nethra S 7 years, 1 month ago

String is a sequence of array

Nikhil Soni 7 years, 1 month ago

String is a character type array
  • 1 answers

✍️ ? 7 years, 1 month ago

Stack and Queue both are data structures. The main difference lies in their property. Stack follows LIFO (Last in first out) whereas Queue follows FIFO (First in first out). Another difference is that : The stack has only one end..called the top end , which is used to push(insert) and pop (delete) the elements from stack. Whereas in queue insertion takes place from the rear end and deletion takes place from the front end.
  • 1 answers

Mandeep Sheoran 5 years, 8 months ago

Chal chiya chiya chiya chal chiya ....chiya
  • 0 answers
  • 5 answers

Pallavi Nethra S 7 years, 1 month ago

It is easy to use and reduce the Boolean expression

E S 7 years, 1 month ago

To reduce Boolean expression

✍️ ? 7 years, 1 month ago

http://letutorials.awardspace.us/ch1_pg4.html

Debdip Hazra 7 years, 1 month ago

Ram and rom

Vikash Kumar 7 years, 1 month ago

Which is the brain of computer
  • 1 answers

✍️ ? 7 years, 1 month ago

#include<iostream.h> #include<conio.h> class matrix { int a[10][10]; int m,n; public: void input(); void output(); void multiply(matrix,matrix); }; void matrix::input() { cout<<"Enter the number of row : "; cin>>m; cout<<"Enter the number of column : "; cin>>n; cout<<"Matrix"<<"\n"; for(int i=0;i<m;i++) { for(int j=0;j<n;j++) { cin>>a[i][j]; } } } void matrix :: output() { for(int i=0;i<m;i++) { cout<<"\n"; for(int j=0;j<n;j++) { cout<<a[i][j]<<"\t"; } } } void matrix :: multiply(matrix m1, matrix m2) { if(m1.n!=m2.m) { cout<<"matrix multiplication is not possible"; } else { for(int i=0;i<m1.m;i++) { for(int j=0;j<m2.n;j++) { a[i][j]=0; for(int k=0;k<m1.n;k++) { a[i][j]=a[i][j] +( m1.a[i][k]*m2.a[k][j]); m=m1.m; n=m2.n; } } } } } void main() { clrscr(); matrix m1,m2,m3; m1.input(); m2.input(); m3.multiply(m1,m2); m3.output(); getch(); }
  • 2 answers

Sk Aquib Mohammed 7 years, 1 month ago

The best sample paper and question bank that u should buy is " Sumita Arora Question Bank"

✍️ ? 7 years, 1 month ago

You can refer Arihant Sample papers for that.
  • 2 answers

Sk Aquib Mohammed 7 years, 1 month ago

Do u want the book or what

✍️ ? 7 years, 1 month ago

What do you want in old c++?? Topics??
  • 1 answers

✍️ ? 7 years, 1 month ago

http://www.studiestoday.com/assignment-computer-science-cbse-class-12-computer-science-object-oriented-programming-concepts
  • 0 answers
  • 2 answers

Pallavi Nethra S 7 years, 1 month ago

From the base class

E S 7 years, 1 month ago

Through polymorphism
Oop
  • 1 answers

✍️ ? 7 years, 1 month ago

http://www.studiestoday.com/assignment-computer-science-cbse-class-12-computer-science-object-oriented-programming-concepts
  • 0 answers
  • 1 answers

Neha Yadav 7 years, 2 months ago

Scope resolution operator is used to define a function outside a class or when we want to use a global variable but also has a local variable with the same name .
  • 1 answers

E S 7 years, 1 month ago

Through inheritance
  • 1 answers

Komal Bhamu 7 years, 2 months ago

Object oriented programming?
  • 2 answers

✍️ ? 7 years, 1 month ago

Study C++

Kamakshi Dixit 7 years, 2 months ago

You should continue with c++,I am also a student of c++ and according to me if you have cleared basics then you only need board question practice and self study.and this is guaranteed that you will score more than 80%
  • 1 answers

Irfan Saidi 7 years, 2 months ago

Void main() {Int mum, sum=0 digit : Cout<< enter a vositive integer: Cin>>num: For( int temp=num:temp=0) {
  • 1 answers

Pallavi Nethra S 7 years, 1 month ago

Array is similar type of data having same name is called array structure is a function
  • 1 answers

Pallavi Nethra S 7 years, 1 month ago

Computer is a electronic machine it access the input and produce the output
  • 2 answers

Shreyas Trivedi 7 years, 3 months ago

Maybe u can also get refrences on youtube and net

Priyanshu Thakur 7 years, 3 months ago

By first read book at least one time Then again and then do some practical work

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App