Assume in University Every student in university as entity,
prepare a class for student that store the roll no, name,
dob of student, and make funtion of deletion, manipulation,
addition of student record.
No Answer is Posted For this Question
Be the First to Post Answer
A string of charaters were given. Find the highest occurance of a character and display that character. eg.: INPUT: AEGBCNAVNEETGUPTAEDAGPE OUTPUT: E
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
0 Answers Facebook, Webyog, Wipro,
write a program to perform generic sort in arrays?
write a program that reverses the input number of n.Formulate an equation to come up with the answer.
Display Pattern: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 …
How to Split Strings with Regex in Managed C++ Applications?
write a program to convert temperature from fa height into celcius and vise versa,use modular programming
0 Answers Jomo Kenyatta University,
write a program using 2 D that searches a number and display the number of items 12 inputs values input 15,20, 13, 30, 38, 40,16, 18, 20 ,18 ,20 enter no. to search : 20
what mean void creat_object?in public class in this code class A{ public: int x; A(){ cout << endl<< "Constructor A";} ~A(){ cout << endl<< "Destructor A, x is\t"<< x;} }; void create_object(); void main() { A a; a.x=10; { A c; c.x=20; } create_object(); } void create_object() { A b; b.x=30; }
can we declare an object of a class in another class?(assume both class as public classes)
How can I Draw an ellipse in 3d space and color it by using graph3d?
write a function -oriented program that generates the Fibonacci, the current numbers of n(as input) and display them (series). In Fibonacci, the current third number is the sum of the previous number.