No products in the cart.

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

Ask Question
  • 1 answers

Sia ? 6 years, 1 month 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 6 years, 1 month ago

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

Sia ? 6 years, 1 month 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 6 years, 1 month ago

Yes python

Vipin Shah 6 years, 1 month ago

Yep

Řøhăň Řąjpůť ✌️✊ 6 years, 1 month ago

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

Aman Kumar 6 years, 1 month 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 6 years, 1 month ago

ok . well nice to meet you

Shivangi Asthana 6 years, 1 month ago

Python is book of cs....#yash

Ak Ak 6 years, 1 month ago

hello

Ak Ak 6 years, 1 month ago

tell about this book please

Shivangi Asthana 6 years, 1 month ago

Okk

Aman Kumar 6 years, 1 month ago

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

Řøhăň Řąjpůť ✌️✊ 6 years, 1 month ago

thx. ?

Aakriti Gupta 6 years, 1 month ago

Python,C
  • 5 answers

D.C . 6 years, 1 month ago

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

Řøhăň Řąjpůť ✌️✊ 6 years, 1 month ago

sumita Arora

Priya Dharshini 6 years, 1 month ago

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

Manpreet Singh 6 years, 1 month ago

Yss bro which book ?

Vaibhav Raibole 6 years, 1 month ago

Sumita arora
  • 0 answers
  • 0 answers
  • 1 answers

Aakriti Gupta 6 years, 1 month 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 6 years, 2 months ago

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

Shaily Jain 6 years, 2 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 6 years, 2 months ago

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

Aman Kumar 6 years, 2 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 6 years, 2 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 6 years, 2 months ago

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

Aditya Adi 6 years, 2 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 6 years, 2 months ago

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

Arjun Saxena 6 years, 2 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☺??? .. 6 years, 2 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 6 years, 2 months ago

Thanks yrr

Gaurav Seth 6 years, 2 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. 

  • 2 answers

Nasima Khan 6 years, 2 months ago

Thanks yrr

Gaurav Seth 6 years, 2 months ago

<th scope="row"> </th> <th scope="row">About</th> <th scope="row">Inception</th> <th scope="row">License and Copyright</th> <th scope="row">Features</th> <th scope="row">Distribution</th> <th scope="row">Example</th> <th scope="row">Advantage</th> <th scope="row">Disadvantage</th>
Freeware Shareware
Freeware refers to software that anyone can download from the Internet and use for free. Sharewares give users a chance to try the software before buying it.
The term freeware was first used by Andrew Fluegelman in 1982, when he wanted to sell a communications program named PC-Talk. In 1982, Bob Wallace produced PC-Write, a word processor, and distributed it as a shareware. The term was first used in 1970, in InfoWorld magazine.
User license or EULA (End User License Agreement) is an important part of freeware. Each license is specific to the freeware. Copyright laws are also applicable to Freeware. Copyright laws also apply to Shareware but the copyright holder or author holds all the rights, with a few specific exceptions.
All the features are free. Most of the times, all features are not available, or have limited use. To use all the features of the software, user has to purchase the software.
Freeware programs can be distributed free of cost. Shareware may or may not be distributed freely. In many cases, author’s permission is needed, to distribute the shareware.
Adobe PDF, Google Talk, yahoo messenger, MSN messenger Winzip, Cuteftp, Getright
Freeware is free, and is covered by copyright Shareware is free, can be copied and is covered by copyright.
You can’t sell freeware software and modified software must be freeware. Shareware cannot be modified, and it may be either a cut down or temporary version.

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