No products in the cart.

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

Ask Question
  • 1 answers

Sia ? 3 years, 5 months ago

Entry Control Loop Exit Control Loop
Entry control loop checks condition first and then body of the loop will be executed. The exit control loop first executes the body of the loop and checks condition at last.
The body of the loop may or may not be executed at all. The body of the loop will be executed at least once because the condition is checked at last
for, while are an example of an entry control loop Do…while is an example of an exit control loop.
  • 0 answers
  • 1 answers

Manish Kumar 6 years, 8 months ago

It is individual unit in a program.
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 1 answers

Virender Singh 6 years, 8 months ago

1.data abstraction:it refers to the act of representing essential features without including the background details 2.encapsulation: wrapping up of data , operation or function under a single unit 3.modularity:the act of partitioning a program into modules or individual components 4.inheritence:it is capability of one class of things to inherit properties from another class 5.polymorphism: it is ability for a message or data to be processed in more than one form
  • 0 answers
  • 1 answers

Tarun Singh Yadav 6 years, 8 months ago

#include<iostream.h> #include<conio.h> void main() { int first=-1,second=1,feb,n; cout<<"Enter the no. of term:"; cin>>n; for(int i=0;i<=n;i++) { feb=first+second; cout<<feb; first=second; second=feb; } getch(); }
  • 0 answers
Any
  • 0 answers
  • 1 answers

Sanjeev Singh 6 years, 8 months ago

It is a built in function comes under header file #include<string.h>. It is used to calculate the length of the string.
  • 0 answers
  • 0 answers
  • 1 answers

Kiley Jenner 6 years, 8 months ago

Array is a collection of similar types of items stored in a continuous location. Disadvantage It can store only similar data type

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