No products in the cart.

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

Ask Question
  • 0 answers
  • 2 answers
It is not available in google also brother. The question u want u need to search separately only i think so. If anyone know any website of sumita arora pls let me know

Nancy Rajput 7 years ago

you go to google you get it
  • 1 answers

Nancy Rajput 7 years ago

in Microsoft access
  • 0 answers
  • 1 answers
X=0,0,0,0,1,1,1,1 Y=0,0,1,1,0,0,1,1 Using this do XY u will get 0,0,0,0,0,0,1,1.and when u add it with 0 u will get back X itself
  • 0 answers
  • 2 answers

Aman Kumar 6 years, 11 months ago

Pow(n,2);

Aman Kumar 6 years, 11 months ago

Int n , sqr; Sqr=pow(n,n);
  • 0 answers
  • 2 answers

Sp Aadhi 7 years ago

Can you be a girl friend for me
Pls answer i have exam day after tommorrow
  • 1 answers

Disha Agrawal 7 years ago

Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications. ...
  • 1 answers
Select*from(name of ur table) in msql
  • 1 answers

Prabhakar A 7 years ago

In larger context, that holds nothing. It indicates a function does not return a value.
  • 2 answers

Rakesh Mahato 7 years ago

Yes I use python...
Yes i use python
  • 1 answers

Disha Agrawal 7 years ago

#include <stdio.h> void main() { int num, temp, remainder, reverse = 0; printf("Enter an integer \n"); scanf("%d", &num); /* original number is stored at temp */ temp = num; while (num > 0) { remainder = num % 10; reverse = reverse * 10 + remainder; num /= 10; } printf("Given number is = %d\n", temp); printf("Its reverse is = %d\n", reverse); if (temp == reverse) printf("Number is a palindrome \n"); else printf("Number is not a palindrome \n"); getch(); }
  • 1 answers

Disha Agrawal 7 years ago

A binary search, also known as a half-interval search, is an algorithm used in computer science to locate a specified value (key) within an array. For the search to be binary, the array must be sorted in either ascending or descending order.
  • 1 answers

Ankita Rao 7 years ago

str = raw_input ("Enter the string: ") l = len(str) print "Length of the string is: ", l
  • 1 answers
Addition of two no. In python = num1 = input('Enter first number: ') num2 = input('Enter second number: ') sum = float(num1) + float(num2) print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
  • 1 answers

Ayush Kushwah 7 years ago

Keyword void represent that function we are using is not returning any value this help compiler to understand that the user is not using any value and not returning any value
  • 1 answers

Disha Agrawal 7 years ago

a matrix is a set of numbers laid out in tabular form (in rows and columns). From this meaning, a less formal meaning is derived of a complex of lines intersecting at right angles.
  • 1 answers

Disha Agrawal 7 years ago

Compile time error is any type of error that prevent a java program compile like a syntax error, a class not found, a bad file name for the defined class, a possible loss of precision when you are mixing different java data types and so on. A runtime error means an error which happens, while the program is running....

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