No products in the cart.

Write a program to find the …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a program to find the square of a number
  • 1 answers

Gaurav Seth 4 years, 4 months ago

<pre> /* C Program to Calculate Square of a Number */ #include<stdio.h> int main() { int number, Square; printf(" \n Please Enter any integer Value : "); scanf("%d", &number); Square = number * number; printf("\n Square of a given number %d is = %d", number, Square); return 0; }</pre>
http://mycbseguide.com/examin8/

Related Questions

Case study questions of chapter 1
  • 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