answersLogoWhite

0

The basic structure of a C or C++ program is built around types. A structure is a type. A function is a type. A class is a type. All of these types can be built from primitive (built-in) types and can be used to create ever-more complex types.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

C program to print numbers 1 to n?

how do we use loops in c plus plus programing and what are basic differences between do,for and while loop


Find the sum of 1 plus 2 plus 3 plus . plus n nos using c program?

if (n%2==0) sum=n/2*(n+1); else sum=(n+1)/2*n;


What is the code of program in c plus plus that prints an hourglass of stars on screen?

#include<iostream> int main() { std::cout << "*******\n" "*******\n" " *****\n" " ***\n" " *\n" " ***\n" " *****\n" "*******\n" "*******\n"; }


What is the difference between n-- and --n in C plus plus statement?

If these expressions are stand-alone (not nested), then they do the same thing, ie increment 'n'.


What is the relationship between the N to C terminus in protein structure?

The relationship between the N-terminus and C-terminus in protein structure is that they are the two ends of a protein chain. The N-terminus is the starting point of the chain, while the C-terminus is the ending point. These termini play a crucial role in determining the overall structure and function of the protein.


How do you find the C programming of the sum of the series 5 plus 55 plus 555 plus . plus n terms?

Find the Sum to n terms of the series 5 5+55+555+ +n Terms


How do you write a program to make a cross asterisk in c plus plus?

#include <iostream> int main() { printf( " *\n***\n *\n" ); return( 0 ); } Output: *****


If n is an odd integer is n plus 6 odd as well?

Yes. If n is odd, then n + c where c is an even constant will be odd. n + d where d is an odd constant will be even.


What is the difference between the N-terminus and C-terminus in a protein structure?

The N-terminus is the starting point of a protein chain, while the C-terminus is the end point. They are important for determining the overall structure and function of the protein.


What is grace marks alloted in each subject?

how n c c marks are added in plus two?


What does it mean by C is NOT A in basic logic gates?

It means that C is the inverse of A. Implementing the equation C = !A in basic logic gates requires the use of an inverter. An inverter can be made from a dedicated inverter gate, if available, or from a NAND gate with n inputs, where all n inputs are connected to A.


According to the Boolean algebra 1 plus A plus B plus C is equal to?

1. With boolean algebra, 1 + n is always equal to 1, no matter what the value of n is.