HSC – SWAPPING IN C++ | eXP-1
Write a function in C that extends the data (passing by reference) using the swap function to interchange the given two numbers.
HSC – SWAPPING IN C++ | eXP-1 Read More »
Write a function in C that extends the data (passing by reference) using the swap function to interchange the given two numbers.
HSC – SWAPPING IN C++ | eXP-1 Read More »
Write a program in C++ with a complex constructor to add the given two complex numbers A =_ and B = _. The program should print the given complex number and its sum. Explanation This C++ program defines a class named complex to represent complex numbers. The class has two private data members x and
HSC – Computer Science Practical Solutions Read More »
CSS (Cascading Style Sheets) is a powerful tool that allows you to control the layout, color, and other visual elements of your web pages. It works in conjunction with HTML to create visually appealing and user-friendly websites. Here’s a step-by-step guide on how to use CSS in HTML: 3. To apply a CSS style to
Unleashing the Power of CSS: A Beginner’s Guide Read More »
HTML (Hypertext Markup Language) is the standard language used to create web pages. It provides a structure and layout for the content that appears on a webpage. HTML tags are used to define the different elements of a webpage, such as headings, paragraphs, images, and links. Here are some basic tags that are commonly used
Basic Tags in HTML Read More »
In 8085 microprocessor, the flags registers in 8085 can have a total of eight flags. Thus a flag can be represented by 1 bit of information. But only five flags are implemented in 8085. And they are: Carry flag (Cy): after performing the addition of any two 8-bit numbers, the carry generated can be either 0
Flags registers in 8085 Read More »
Write a program in C++ with a ratio class using member functions like assign() function to initialize its member data integer numerator and denominator, convert() function to convert the ratio into double, invert() function to get the inverse of the ratio and print() function to print the ratio and its reciprocal. 12th CS Part-1 Practical
HSC CS Part -1 | EXP-5 | RATIO & RECIPROCAL Read More »
Write a function in C++ that exchanges data (passing by reference) using a swap function to interchange the given two numbers.
WAP in C++ for Swapping Read More »
write this on the writing side For first 100 units – Rs. 4For next 100 units – Rs. 5For next all units – Rs. 6 stick this output on the blank side
Exp-6 Write a program using PHP to calculate Electricity bill by accepting the limits. Read More »
write this on the writing side stick this output on the blank side
write this on the writing side Minimum age required for vote is 18.Use PHP functions.Use Decision making statement. stick this output on the blank side
You cannot copy content of this page