No products in the cart.

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

Ask Question
  • 0 answers
  • 4 answers

Cbse Student 5 years, 9 months ago

Thanks

Cbse Student 5 years, 9 months ago

Ok thankd

✍️ ? 5 years, 9 months ago

There will be two files. One is practical file.. in which..there will be programs related to classes , arrays , data structures, file handling etc. Second is project file...which uses oop features.. For more details u can refer the cbse curriculum..

Cbse Student 5 years, 9 months ago

Se
  • 1 answers

Aditi Varshney 5 years, 9 months ago

Raji....kindly see in this app
  • 2 answers

✍️ ? 5 years, 9 months ago

To calculate the size of any object of a class ...just add the size of all the data members(private, public and protected) . Don't forget to add the size of inherited data members also...

Cbse Student 5 years, 9 months ago

Aapka question smj m nhi aaya .m
  • 1 answers

Sia ? 3 years, 3 months ago

QUEUES ARRAY STACK
Queues are based on the FIFO principle, i.e., the element inserted at the first, is the first element to come out of the list. In the array the elements belong to indexes, i.e., if you want to get into the fourth element you have to write the variable name with its index or location within the square bracket. Stacks are based on the LIFO principle, i.e., the element inserted at the last, is the first element to come out of the list.
Insertion and deletion in Queues takes place only from rear and front respectively. Insertion and deletion in array can be done at any index in the array. Insertion and deletion in stacks take place only from one end of the list called the top.
Queue has a dynamic and fixed size. Array has a fixed size. Stack has a dynamic and fixed size.
Queue can contain elements of different data type. Array contains elements of same data type. The stack can contain elements of the different data types.
Different types of Queues are circular queue, priority queue, doubly ended queue. Different types of Arrays are 1D, 2D, etc. Stack has only one type.
  • 3 answers

Cbse Student 5 years, 9 months ago

Linked list with queue, nd linkedlist with stack .... The boards come From one of these two...ok

Livya Livya 5 years, 9 months ago

I cant understand hindi

Cbse Student 4 years, 5 months ago

Linkedlist with queue nd linkedlist with stack ....innme se hi bord m aata hai ek
  • 1 answers

✍️ ? 5 years, 9 months ago

Refer to latest sample papers issued by cbse..on the website.. 33% internal choices will be there..
  • 6 answers

Cbse Student 5 years, 9 months ago

ok good ?

✍️ ? 5 years, 9 months ago

Humanities English, History, Pol.Sc., Eco, Comp Sci.

Cbse Student 5 years, 9 months ago

History..... Konse stream h aapke pss?

✍️ ? 5 years, 9 months ago

Usse phle...history ka exam h...to exo.k liye..bhi 1 day hi milega..??

Cbse Student 5 years, 9 months ago

Tho business k baad eco k exm m hai tho 14days ki chuuti ussme preparation krna comp. Ki bhi

Cbse Student 5 years, 9 months ago

Hnn ?
  • 1 answers

Cbse Student 5 years, 9 months ago

Firstly header file And then program strt
  • 1 answers

Cbse Student 5 years, 9 months ago

Practice book aap apne according le skte but, bst book arihant hai
  • 0 answers
  • 1 answers

Cbse Student 5 years, 9 months ago

Net ki Help lijiye ...nd apne teacher se pucchiye
  • 3 answers

E S 5 years, 8 months ago

Queque is arrangement of data in such way that the element first entered can be removed firstly.(FIFO concept)

Cbse Student 5 years, 9 months ago

a queue is a data structure which follow the fifo principle is known as queue.....thank you

Shubham Sharma 5 years, 9 months ago

Fifo structure
  • 1 answers

Cbse Student 5 years, 9 months ago

A constructor which is udes to copy one object into another object is callrd copy constructor... Class student { Private: Int rno, Int age , Public: Student (int r,int a) { rollno =r, Age =a, } student(student referencr sign S) { Rollno =s.rno, Age=s.age, } }, Hrr jagha semi coloum aayga ...
  • 2 answers

Cbse Student 5 years, 9 months ago

Thnku liton barman?

Liton Barman 5 years, 9 months ago

Data hiding is the act of hidining data from outside world, such as data declearing within the class is inaccessible from outside the class or may be directly accessible form its object if decleared within public access specifier...... And encapsulation is the warpping up of data with function, like character and behaviour, where data represent character and function represent behavior...... Thanks.
  • 1 answers

Tabaahi Gamer 4 years, 5 months ago

Do *******
  • 1 answers

Liton Barman 5 years, 9 months ago

As per my knowledge, their is no concept like array function. But you can define a function to manipulate array , as :- return_type func_name(identifier array[n]); Example :- _____________________________________ Int manipulate(int temp[]){ for(int x=0;x<=10;x++){ cout<<temp[x]<<endl; } } _____________________________________ And can call it as :- int hold[]={1,5,3,8,3,9,0,4}; manipulate(hold); // not as manipulate(hold[]) _____________________________________ Thanks....
  • 1 answers

Liton Barman 5 years, 9 months ago

HTML is basic, simple but a powerful web scripting language . HTML tag to embedded an audio clip in a WEB page.... __________________________ <audio src="audio.mp3" controls> ---something here-- </audio> __________________________ Or like this __________________________ <audio controls> <source src="audio.mp3" type="audio/mp3"> </audio> __________________________ Thanks.........
  • 1 answers

Kuldeep Singh 5 years, 9 months ago

Parameters are used to send the variable value in another block by calling the function for performing different tasks
  • 2 answers

Liton Barman 5 years, 9 months ago

Actually modem is a device which act as a transducer, modulator, demodulator and bridge. It divide the connection from lan or wan line to make it availabe for more then one computer. It is smart enough to encrypt data and thus provide protection from hacker. It comes in either wire or wireless form.

Tannu Sehwag 5 years, 9 months ago

A modem is a hardware device that converts data so that it can be transmitted from computer to computer over telephone wires.
  • 1 answers

Cbse Student 5 years, 9 months ago

B. C \ / A This is hierachial inheritance
  • 0 answers
  • 2 answers

Cbse Student 5 years, 9 months ago

Randim function k output m value hum N-1 lete hai or minimum or maximum valve dekh k possible value se output niklta this is very easy output

Vineet Kumar Gupta 5 years, 9 months ago

Use radom function it's given in book part 1 I guess in class 11 see that

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