Hardware and Networking,Programming in C and C++,Microsoft Office, Teaching of Computer Science :Important and useful Learning Materials for the Learners/Users/Students.

Sunday, August 3, 2008

C Language in 20 Days - Day12

C Language Tutorial : This Presentaion Discusses about the following


Dynamic Memory Management Technique

malloc() Function

Calloc() Function

REALLOC() FUNCTION

Largest number in an array using pointers

1.Write a program to sort the strings in alphabetical order using pointers
2. Write a program to copy one string to another using pointers
3. Write a program to reverse an array using pointers?
4. Write a program to count the number of vowels in an array of characters using pointers?
5. Write a program to search an element in an array of “N” elements using pointers?

0 comments: