Posts

Showing posts from September, 2016

New Junck introduced !

Get solved questions of class 12th Computer Science Practicals @ Junckmaster blog. Below is the link and the list of practicals which you can get at Junck. Link :- C++ Practicals Practicals which you will get: ------------- 1 .To create a program to read a string and print it afte r replacing each of  its  capital alphabets by the corresponding small alphab et and each  small  alphabet by its corresponding capital alphabet.  2 .To take input of elements in an array and display it in reverse order. 3 .Write a program to input elements in a 2D array, display this array in matrix form and then display the sum of main diagonal elements of this array. 4. Write a function to check whether a given string is palindrome or not. 5. A  class STUDENT has data members: Name, Roll Number, Marks of 5 subjects, Stream and member functions Public members of the class: getdata() - To input the data and invoke assign() showdata() - To display...