No products in the cart.

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

Ask Question
  • 1 answers

Sia ? 3 years, 5 months ago

Keywords are predefined word that gets reserved for working progs that have special meaning and cannot get used anywhere else. Identifiers are the values used to define different programming items such as variables, integers, structures, unions and others and mostly have an alphabetic character.
  • 2 answers

Komal Bhamu 6 years, 8 months ago

Arrrr question kya tha yarr

Aab El Roi 6 years, 8 months ago

Please do consider me too
  • 2 answers

Aab El Roi 6 years, 8 months ago

What is this you are asking the question and you are giving the answer to it. I don't understand what is happening here. Won't the tutors answer to our questions???

Abhinav Bagrecha 6 years, 8 months ago

Comments are used to make the program readable and to understand what's going in the program.
  • 0 answers
  • 0 answers
  • 1 answers

Sia ? 3 years, 5 months ago

Trinitrotoluene

  • 1 answers

M M 6 years, 8 months ago

For loops are also called pre tested or top tested loop. In for loop the condition is checked at the top. If the condition in for loop is initially false, it won't execute and loop will be terminated without any statement. :-)
  • 0 answers
  • 3 answers

Albert Einstein 6 years, 8 months ago

Ek bat pashu sumite book kho laga ha ncrt of c.s ko nahi ha

Rajay Raj 6 years, 8 months ago

The two parts of cpu are alu(arithmetic logical unit) and cu(control unit)... Baki book se padh lo usme acche se diya hai..."Sumitra Arora" wali book...

Albert Einstein 6 years, 8 months ago

Cental process unit
  • 0 answers
  • 1 answers

Albert Einstein 6 years, 8 months ago

Very very important question please learn it will come in exam
  • 1 answers

Sia ? 3 years, 5 months ago

Fundamental Data Types Derived Data Types
Fundamental data type is also called primitive data type. These are the basic data types. Derived data type is the aggregation of fundamental data type.
character, integer, float, and void are fundamental data types. Pointers, arrays, structures and unions are derived data types.
Character is used for characters. It can be classified as char, Signed char, Unsigned char. Pointers are used for storing address of variables.
Integer is used for integers( not having decimal digits). It can be classified as signed and unsigned. Further classified as int, short int and long int. Array is used to contain similar type of data.
float is used for decimal numbers. These are classified as float, double and long double. structure is used to group items of possibly different types into a single type.
void is used where there is no return value required. It is like structure but all members in union share the same memory location
  • 1 answers

Keshav Sethiya 6 years, 8 months ago

Break statement use to stop or exit the switch case. If it is not put in then it also execute another cases which are below the correct case
  • 0 answers
  • 0 answers
  • 1 answers

Harshith Ks 6 years, 9 months ago

#include<iostream.h> #include<string.h> int main() {char str[10],temp; int i,j=0; Cout<<"Enter the string :"; Cin.getline(str,10); i=0; j=strlen(str)-1; while(i<j) {temp=str[i]; str[i]=str[j]; str[j]=temp; i++; j--; } Cout<<"Reverse string is "<<str; return(0); }
  • 0 answers
  • 0 answers
  • 2 answers

Rajay Raj 6 years, 9 months ago

Waise woh prettyprinting hai...☺

Rajay Raj 6 years, 9 months ago

When program is formatted to make the pgm more readable is called prettyprinting.

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