No products in the cart.

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

Ask Question
  • 6 answers

Kumar Vishal Behera 5 years, 2 months ago

Thanks priya,Rohan, Darshana.

Priya Dharshini 5 years, 2 months ago

Many schools started to teach python this year only so occording to me mostly questions would be like basics python of class 11 40% and class 12 60%... this is my guess of question paper..

Priya Dharshini 5 years, 2 months ago

Oswall publication,towether with is good other than that u get question in this app sample papers, than mostly questions are from sumita arora text book itself... u can score 90+ if u do these in computer..

Řøhăň Řąjpůť ✌️✊ 5 years, 2 months ago

Arihant but what she suggest is also in demand.

Kumar Vishal Behera 5 years, 2 months ago

Thanks

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

I think u like and together with . but not sure. ?
  • 1 answers

Sia ? 5 years, 2 months ago

#include <iostream>

#include <stack>

using namespace std;

int main()

{

    // Empty stack

    stack<int> mystack;

    mystack.push(0);

    mystack.push(1);

    mystack.push(2);

    // Printing content of stack

    while (!mystack.empty()) {

        cout << ' ' << mystack.top();

        mystack.pop();

    }

}

  • 0 answers
  • 1 answers

Priya Dharshini 5 years, 2 months ago

Its not available anywhere still.... infact everyone are waiting for those solutions
  • 1 answers

Sia ? 5 years, 2 months ago

from array import *
array_num = array('i', [1, 3, 5, 3, 7, 1, 9, 3])
print("Original array: "+str(array_num))
array_num.reverse()
print("Reverse the order of the items:")
print(str(array_num))

  • 0 answers
  • 4 answers

Praphull Rajput 5 years, 2 months ago

Yes python

Vipin Shah 5 years, 2 months ago

Yep

Řøhăň Řąjpůť ✌️✊ 5 years, 2 months ago

ya c++ wale c++ ka denge aur python wale python ka. option diya hoga paper mein

Aman Kumar 5 years, 2 months ago

Haan...matlab ..jiska 11th mai c++ tha wo board mai c++ ka question karega...aur jiska python tha wo python ka
  • 6 answers

Ak Ak 5 years, 2 months ago

ok . well nice to meet you

Shivangi Asthana 5 years, 2 months ago

Python is book of cs....#yash

Ak Ak 5 years, 2 months ago

hello

Ak Ak 5 years, 2 months ago

tell about this book please

Shivangi Asthana 5 years, 2 months ago

Okk

Aman Kumar 5 years, 2 months ago

Nhi aayi hai...abhi tak
  • 0 answers
  • 2 answers

Řøhăň Řąjpůť ✌️✊ 5 years, 2 months ago

thx. ?

Aakriti Gupta 5 years, 2 months ago

Python,C
  • 5 answers

D.C . 5 years, 2 months ago

Brother from my point of view you can follow arihant all-in-one for better result in boards..

Řøhăň Řąjpůť ✌️✊ 5 years, 2 months ago

sumita Arora

Priya Dharshini 5 years, 2 months ago

Sumita arora book u can follow otherwise ncert.....

Manpreet Singh 5 years, 2 months ago

Yss bro which book ?

Vaibhav Raibole 5 years, 2 months ago

Sumita arora
  • 0 answers
  • 0 answers
  • 1 answers

Aakriti Gupta 5 years, 2 months ago

By the help of access specifiers ( private, protected and public) Private: enforces data abstraction Public and private: enforces data hiding.
  • 1 answers

Khushi Vishwakarma 5 years, 3 months ago

Combining a data and the function associated with that data in a single unit called class.
  • 8 answers

Shaily Jain 5 years, 3 months ago

def triangle(l, b, h) : result=1/2*l*b*h print(result) l=int(input("enter the length")) b=int(input("enter the breadth")) h=int(input("enter the height")) triangle(l,b,h)

Aman Kumar 5 years, 3 months ago

This will definitely run...sirf identation manage kar lena

Aman Kumar 5 years, 3 months ago

Def tri(a,b): ....Y=0.5 * a * b ..... .......Return Y a=int(input("enter a Base:- ")) b=int(input("enter a Height:- ")) ...print(tri(a,b))

Aman Kumar 5 years, 3 months ago

Aree yar...tune phele answer de diya....?????koi nhi ...very nice
oops!!! there is some error... pls edit this a = int(input('Enter first side: ')).... b = int(input('Enter second side: '))...... c = int(input('Enter third side: ')) actually I forget to put int in those statement.
might be this but I am not sure.. ?
def main():______ a = (input('Enter first side: '))____ b = (input('Enter second side: '))___ c = (input('Enter third side: '))____ def area():____ # calculate the sides____ s = (a + b + c) / 2____ # calculate the area area = (s*(s-a)*(s-b)*(s-c)) ** 0.5____ area()

Aman Kumar 5 years, 3 months ago

Yeh...its easy wait I m givung
  • 1 answers

Aditya Adi 5 years, 3 months ago

Public member are accessible through out the class but not outside the class but private data members are not directly accessible but they can be accessed by the help of member functions
  • 2 answers

Hardy Boys 5 years, 3 months ago

It is the member of a program used to create object in C++

Arjun Saxena 5 years, 3 months ago

A constructor is a special kind of function with same tag name as that of class...its primary function is memory allocation and do supports polymorphism feature of OOP
  • 3 answers

S.....Sharma☺??? .. 5 years, 3 months ago

Hacker hack the information for their personal interface or they hack peasonal information But cracker can crack the information for its bad purpose

Nasima Khan 5 years, 3 months ago

Thanks yrr

Gaurav Seth 5 years, 3 months ago

Hackers: 

1) Hackers are interested in gaining knowledge about computer systems. 

2) These can be for good or bad purposes. 

Crackers: 

1) These are the malicious programmers who break into secure systems. 

2) These are only for bad purposes. 

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