
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 <
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 <
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
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
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
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