Category: class11 compScience

CBSE Class 11 - C++ Snippets (Part-6)

Graphics Support in TC c++ snippets Turbo C++ has support for various DOS mode graphics (CGA- VGA- SVGA etc.). Various graphics functions are supported in GRAPHICS.LIB. You need to include <

CBSE Notes

CBSE Class 11/10 - Computers/FIT - Programming Languages

Programming Languages (Questions & Answers) Q1: What is a computer language? Answer: The instructions are fed into computers in the form of computer programs- follow some semantics (gramma

CBSE Notes

CBSE Class 11 - Computer Science - Simple C++ Snippets (Part-5)

User-Defined Functions c++ snippets Q1: Write a function to return the largest number among three integers Answer: // function to return the largest number // among three integers // functi

CBSE Notes

CBSE Class 11 - Computer Science - Simple C++ Snippets (Part-4)

Sequence & Series Q1: Write a program to to find the sum of series as: S = 12 + 22 + 32 + ... + n2 Answer: // program to find sum of series // S

CBSE Notes

CBSE - Class XI - Computer Science - Simple C++ Snippets (Part-3)

IO manipulators Q1: What is the purpose of iomanip.h header file? Answer: The header file iomanip.h defines functions and operators to format input and output streams. These are used in conjuncti

CBSE Notes

Video