No products in the cart.

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

Ask Question
  • 2 answers

Aman Vaishya 6 years ago

Don't try to know ncert syllabus. Just solve 5-6 sample papers of last years.

Nasir Alam 6 years ago

Table 9.1 animals plants and other objects found in different surrounding
  • 1 answers
Input function is cin Output function is cout
  • 4 answers

Cbse Student 5 years, 11 months ago

7.types of header files iostream,strlen,ctype,stdio,iomanip,stdlib nd string.h
#include<iostream.h> #include<conio.h> #include<math.h> #include<iomanip.h> #include<string.h>
#include<iostream•h> #include<conio•h> #include<iomanip•h> #include<math•h> #include<string•h>
There are 5types of data type they are 1) #include(
  • 3 answers

E S 6 years ago

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

Shubham Singh 6 years ago

Just numerical

Shubham Singh 6 years ago

Is add any two values
  • 5 answers

Varun Bisoi 6 years ago

Thanks but what is its use in SQL
Asterisk is a pointer operator itIs also known as indirection operator

Shubham Singh 6 years ago

Asterisk helps in multiplying any two numerical values
* is a dereferencing variable

Gudia Sharma 6 years ago

In c++ it is pointer
  • 2 answers
String is a sequence of array

Nikhil Soni 6 years ago

String is a character type array
  • 1 answers

✍️ ? 6 years 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 4 years, 7 months ago

Chal chiya chiya chiya chal chiya ....chiya
  • 0 answers
  • 5 answers
It is easy to use and reduce the Boolean expression

E S 6 years ago

To reduce Boolean expression

✍️ ? 6 years ago

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

Debdip Hazra 6 years ago

Ram and rom

Vikash Kumar 6 years ago

Which is the brain of computer
  • 1 answers

✍️ ? 6 years 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
The best sample paper and question bank that u should buy is " Sumita Arora Question Bank"

✍️ ? 6 years ago

You can refer Arihant Sample papers for that.
  • 2 answers
Do u want the book or what

✍️ ? 6 years ago

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

✍️ ? 6 years ago

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

E S 6 years ago

Through polymorphism
Oop
  • 1 answers

✍️ ? 6 years ago

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

Neha Yadav 6 years, 1 month 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 6 years ago

Through inheritance
  • 1 answers

Komal Bhamu 6 years, 1 month ago

Object oriented programming?
  • 2 answers

✍️ ? 6 years ago

Study C++

Kamakshi Dixit 6 years, 1 month 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 6 years, 1 month ago

Void main() {Int mum, sum=0 digit : Cout<< enter a vositive integer: Cin>>num: For( int temp=num:temp=0) {
  • 1 answers
Array is similar type of data having same name is called array structure is a function
  • 1 answers
Computer is a electronic machine it access the input and produce the output

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