No products in the cart.

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

Ask Question
  • 0 answers
  • 0 answers
  • 1 answers

Sia ? 4 years, 3 months ago

Trinitrotoluene

  • 1 answers

M M 7 years, 6 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 7 years, 6 months ago

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

Rajay Raj 7 years, 6 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 7 years, 6 months ago

Cental process unit
  • 0 answers
  • 1 answers

Albert Einstein 7 years, 6 months ago

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

Sia ? 4 years, 2 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 7 years, 6 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 7 years, 6 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 7 years, 6 months ago

Waise woh prettyprinting hai...☺

Rajay Raj 7 years, 6 months ago

When program is formatted to make the pgm more readable is called prettyprinting.
  • 0 answers
  • 0 answers
  • 1 answers

Abhishek Dubey 7 years, 6 months ago

Typedep is used to rename the existing datatype & #define is a pre processor directive or similar to macro

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