No products in the cart.

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

Ask Question
  • 1 answers

Shruti Rawat 7 years, 2 months ago

Hello....... Specialist ..... Expert...... There is nobody to guide u in this app... !!!!?
  • 0 answers
  • 0 answers
  • 0 answers
  • 1 answers

Javed Akhtar 7 years, 2 months ago

A dumb machine which can do incredibly smart things!
  • 0 answers
  • 0 answers
  • 1 answers

Amar Kumar 7 years, 2 months ago

A protocol or communication protocol is a set of rules in which computers communicate with each other.

Sometimes referred to as an access method, a protocol is a standard used to define a method of exchanging data over a computer network, such as local area network, Internet, Intranet, etc. Each protocol has its own method of how data is formatted when sent and what to do with it once received, how that data is compressed, or how to check for errors in the data.

One of the most common and known protocols is HTTP (HyperText Transfer Protocol)

Dos
  • 0 answers
  • 1 answers

Pnp Jain 7 years, 2 months ago

= is assignment operator used to assign values to a variable. On the other hand, == is used to check whether the value of the variable is equal to a specific value or not. For eg. a=5 means we are assigning value 5 to a and a==5 means we are checking whether a is equal to 5.
  • 2 answers

Rahul Sharma 7 years, 2 months ago

#include<iostream.h>
#include<conio.h>

void main()
{
int i,j,k;
clrscr();
for(i=1; i<=5; i++)
{
for(j=4; j>=i; j--)
{
cout<<" ";
}
for(k=1; k<=(2*i-1); k++)
{
cout<<"*";
}
cout<<"\n";
}
getch();
}

Rahul Sharma 7 years, 2 months ago

<pre class="brush: cpp;toolbar: false; gutter: true;"> /* * C program to print triangle pyramid pattern using * */ #include<stdio.h> #include<conio.h> int main() { int i,j,rows; printf("Enter the number of rows\n"); scanf("%d", &rows); for(i = 1; i <= rows; i++) { /* Prints one row of triangle */ for(j = 1; j <= i; ++j) { printf("* "); } printf("\n"); } getch(); return 0; }</pre>
  • 0 answers
  • 1 answers

Sia ? 3 years, 5 months ago

25L is a string whereas 25 is an integer.

  • 1 answers

Sweety Sheoran 7 years, 2 months ago

One's complement is 11110010. Two's complement of-13 is11110011 =
  • 0 answers
  • 0 answers
  • 1 answers

Amrjt Chakma Chakma 7 years, 2 months ago

Internal memory is that type of memory which we find along with the computer or other phone and it is cannot be removal,whereas external memory is that type of memory which can be removal from the phone or computer.
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers

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