No products in the cart.

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

Ask Question
  • 1 answers

Deep Sharma 5 years, 7 months ago

What is data structure
  • 1 answers

Vanshika Garg 5 years, 7 months ago

&p holds the value of the pointer variable *p holds the address
  • 0 answers
  • 2 answers

Muskan Goyal 5 years, 7 months ago

Okay. Thanks for the help.. :-)

Liton Barman 5 years, 7 months ago

According to the standard c or c++ , the statement you written ( p=x; ) is a grammatical error, so their will be compile time error, because you are trying to allocate the value or data store in the variable x[0] to the variable y which is a pointer. Correct statement : p=&x; or for another approach *p=x; ( one suggestion for you, if you really wanted to be a programmer in future don't use c++ book written by Sumita Arora, it has many errors in it and also do not contain the basic approaches of programming in c++) Thankyou.
  • 1 answers

Pretty Girl 5 years, 7 months ago

object are the instant part of a class...
  • 0 answers
  • 0 answers
  • 1 answers

Harikishan Madhavan 5 years, 8 months ago

A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams. An example of a delimiter is the comma character, which acts as a field delimiter in a sequence of comma-separated values.
  • 0 answers
  • 0 answers
  • 0 answers
  • 1 answers

Cbse Student 5 years, 7 months ago

getch()
  • 3 answers

Cbse Student 5 years, 7 months ago

SQL nd 1-D Array

Yash Verma 5 years, 8 months ago

Searching, sorting, merging,sql,stack etc..

Amandeep Kumar 5 years, 8 months ago

Hard type questions?
  • 1 answers

Savio Devasia 5 years, 7 months ago

#include<fstream.h> #include<conio.h> #include<process.h> void main() { clrscr(); int x,y,z; ofstream Ofile("Savio.txt",ios::out); if(! Ofile) { cout<<"File not exsist "; exit(1); } else { cout<<"Enter the numbers "; cin>>x>>y>>x; Ofile<<x<<" "<<y<<" "<<z; Ofile.close(); } ifstream Ifile("Savio.txt",ios::in); if(! Ifile) { cout<<"File not exsist "; exit(1); } else { cout<<"Numbers are "; Ifile>>x>>y>>z; cout<
  • 1 answers

Gaurav Seth 5 years, 8 months ago

Intra - within or inside

Net - Network

An intranet is a private network that is contained within an enterprise. It may consist of many interlinked local area networks and also use leased lines in the wide area network. Typically, an intranet includes connections through one or more gateway computers to the outside Internet.

  • 1 answers

Liton Barman 5 years, 7 months ago

If your client are going to use web interference to to interactive with your online shopping system then you may have to implement a web application by using languages like javascript, html, php, sql aspx, python, ruby, perl, which are may be considered as scripting language, otherwise you can use c++ or c, java etc. To use c++ you have to focus on the networking section of the c++ , and need extensive knowledge knowlede of graphic language (like openGL, SDL) or if you plan to create console application then c++ alone will be okay. I know that the above question is posted on the ncert or cbse site aa a sample question for project for cs in class xii. But to answer this question you may have to get your Bachelor degree. I think the person who puts the above question in cs class xii syllabus might be not from computer branch..???
  • 2 answers

Liton Barman 5 years, 7 months ago

Your answer is wrong ( or may be consider a best answer for class 10 standard)???????

Harisankar Mohan 5 years, 8 months ago

Intepreter reads the lines one by one and when an error is detected,the program will not continue to execute until the error is rectified. Compiler reads the whole program at a stretch and then list out the errors at the end..the program can run only after the errors are rectified.
  • 0 answers
  • 2 answers

Vivek Bijalwan 5 years, 8 months ago

Pointer is a variable which holdes the memory of another variable

Harisankar Mohan 5 years, 8 months ago

This pointer is an object pointer which points to the currently calling object.

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