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 ...
Social Media Trends 2017 Infographic. Information graphics or infographics are graphic visual representations of information, data or knowledge intended to present information quickly and clearly. They can improve cognition by utilizing graphics to enhance the human visual system's ability to see patterns and trends. What is the use of infographics? Infographics are a visually compelling communication medium that done well can communicate complex data in a visual format that is potentially viral. They take deep data and present it in a visual shorthand. What is the format of an infographic? An infographic (information graphic) is a representation of information in a graphicformat designed to make the data easily understandable at a glance. People love to facts and information. We want to be able to ingest massive amounts of information in a short amount of time. The problem is, our attention span isn’t what it used to be. We get bored easily. Listening to someone mumble on and on a...
Comments
Post a Comment