Un-Answered Questions { C++ Code }

i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.

1946


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

4544


output for printf("printf");

1948


write a program that reverses the input number of n.Formulate an equation to come up with the answer.

6996


i don't know about working of nested for loop can any one help me

1769


write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3238


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

3243


Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)

4410


write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.

3921


write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation

2373


create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file

2187


Ask the user to input three positive integers M, N and q. Make the 2 dimensional array of integers with size MxN, where all the elements of I (I = 1,…,M) line will be members of geometrical progression with first element equal to the number of line (I) and denominator q.

3368


write a program that reads a series of strings and prints only those strings begging with letter "b"

2634


develop a program to calculate and print body mass index for 200 employees

2190


write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used

4280