answersLogoWhite

0


Best Answer

b 21 28 35 42 49

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you complete a function table using 2y plus 1?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you complete a function table using x plus 4?

If y=x+4, then over the domain set (1, 2, 3, 4, 5) the range, or y, would be (5, 6, 7, 8, 9). Whenever x is listed, add 4 to it and write in that value for y.


Is it possibly to return an array of strings in a function without using pointers in C plus plus?

No.


How do you write a programm in c plus plus without using function main?

I don't think its possible. Every C++ program must at least have the main function.


How dynamic binding acheived in c plus plus?

Dynamic binding is achieved via virtual functions and the virtual table that is associated with every class that declares or inherits a virtual function. The virtual table (or v-table) maps every virtual function (including pure-virtual functions) to a function pointer that points to the most-derived overload. This makes it possible to invoke specific behaviour even when the runtime type of the object is unknown to the caller.


How can you wait a period of time using c plus plus?

OS-dependent. Try function 'sleep' in unix or MS-DOS.


How do you rectify the waring is function should return a value in turbo c plus plus?

By returning a value. Or using type 'void'.


How can write the name in c plus plus language without using cout statement?

I believe, you can use C-function - printf().


C plus plus code to find the length of a string without using function?

int i = 0; while(str[i] != NULL){ i++; }


Is there any keyword in c or c plus plus like the function inkey in qbasic?

Using TurboC? kbhit and getch are your friends


Are 3x plus 33 over x plus 11 and 3 equivalent Using complete sentences explain why or why not?

go do ya homework


Is y plus x2 plus 1 a function?

That is not a function, although it does involve the function of addition. A function is something that is done to numbers.


What are the building function in c plus plus?

There is no such term as "building function" in C++.