The Ravi Tutorials is an FREE Website or Blog which has been created to provide simple and easy online education to the student who are interested to study different Technology related to computer science. This blog is useful for all beginners who have not more knowledge about programming language so you can easily learn a lot of programming language.
Date:= 13/2/2017 Pointers 1. Write a program using pointers to read an integer array and print its elements in reverse order. 2. Write a function to swap two values using pointers. 3. Write a program to read a string and find whether the string is palindrome or not using pointers. 4. Write a function to take input of two arrays and merge them in sorted order. Return the sorted array to main function. 5. Using pointers, write a function that receives a string and character as argument and deletes all occurrences of this character from string. The function should return the corrected string with no holes. 6. Write a C program to count number of words, digits, vowels and convert upper case to lower case and lower case to upper case using pointers. 7. Create structure player having data elements player name, country name and average and print the player with highest average using pointers. 8. Write a program to create pointer to function ...
SHRI SHAMBHUBHAI V. PATEL COLLEGE OF C. S. & B. M. F.Y.B.C.A (SECOND SEMESTER) PRACTICAL ASSIGNMENT-I FYBCA SEM 2 C ASSIGNMENT-I 2018 1) Write a program to generate all possible combination of string for a given string. E.g. Input “surat” O/p: surat, urats, ratsu, atsur, tsura. 2) Write a program to read a sentence (containing blank spaces) and display it in toggle case. 3) Write a program to read a sentence. Count the number of capital letter, small letters , special characters and numbers. 4) Write a program to check whether given string is palindrome or not. 5) Write a program to do the following on a given string. I/p: patel shiv kumar O/p: patel shiv kumar 6) Write a program which will read a string and rewrite it in the alphabetical order. For ex:- input=”string” output= “ginrst” Click Here to Download Fybca Assignment 2018
Comments
Post a Comment