No products in the cart.

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

Ask Question
  • 1 answers

S Mahesh 6 years, 11 months ago

#include<iostream.h> #include<conio.h> void main( ) {clrscr( ); int cube(a); cout《"enter the number"; cin》a; cube=cube(a); getch( ); } void cube(int x); {int z=0; z=x*x*x; return(z); }
  • 0 answers
  • 0 answers
  • 0 answers
  • 2 answers

Tanya Khandelwal 6 years, 11 months ago

The c++ programming language was developed At&t and bell laboratories in early 1980's by bjarne stroupstrey stroupstrup, and admirror of Simula 67 and a strong supporter of c, wanted to combined the best of both the language that could support object oriented programing features and still retain the power of c.c++ is a middle level language as it comprises a combination of both high level and low level language features.

Naveen Sharma 6 years, 11 months ago

C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.

  • 1 answers

Deepak Kumar 6 years, 11 months ago

#include<iostream.h> int main() { int w, x, y, z,p; cout<<"enter 4 numbers "; cin>>w>>x>>y>>z; p=w+x/y-z; cout<<endl<<"value of p is "<<p; return 0; }
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 0 answers
  • 1 answers

Nitish Kumar 6 years, 11 months ago

Comment is a part of the code which is ignored by the compiler by which user can make simple note. Comment are of two types: 1) Single line comment- We can create comment in single line by applying // this symbol 2) Multi line comment- We can create comment in multi line by applying /* */ this symbol.
  • 0 answers
  • 0 answers
  • 1 answers

Amar Kumar 6 years, 11 months ago

DVD - Digital Video Disk or Digital Versatile Disc

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