answersLogoWhite

0

#include<iostream>

int main()

{

std::cout<<"The square root of 4 is "<<sqrt(4.0)<<std::endl;

return(0);

}

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


How do you draw a pixel of varying intensity on the screen using C Plus Plus?

C++ has nothing to do with pixels. Your question may be related with 'Windows programming' or 'DOS programming' or 'X Window System programming'.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


When was Plus - programming language - created?

Plus - programming language - was created in 1976.


How you can find greatest of three variables using c plus plus programming?

greatest = std::max (a, std::max(b, c));


Find the greater no between two nos using pointer in c plus plus programming?

if (*&amp;a &gt; *&amp;b) *&amp;max = *&amp;a; else *&amp;max = *&amp;b;


Is c plus plus a modular programming?

No, but it does support modular programming through namespaces.


How do you calculate percentage of marks obtained in 1 subject in c plus plus?

You can't, you have to come up with variables to calculate grades


How do you display the square root symbol on output screen using C Plus Plus?

The the square root symbol can be displayed by using ASCII code cout&lt;&lt;"press alt251"; pressing alt251 "&#65533;&#65533;"


What is the purpose of C plus plus?

Computer programming.