Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

C Language.

1. Write a program to check given string is palindrome number or not using c language. 

2. WAP a program to check even or odd. 

3.Write a program to print Floyd’s triangle using c language.  

4.Write a program to find the Factorial number using for loop.

5.Write a program to find the factorial of a number. 

6.Write a program to generate the Fibonacci series using c language. 

7.Write a program to check given string is palindrome number or not using c language. 

8.Write a program to check a number is palindrome 

9.Write a c program to check whether a number is strong or not. 

10.Write a program for prime numbers between 1 to 100. 

11.Write a program to find the max value of three number using c language

12. Write a c program to print multiplication table.

13.How do you write a program which produces its own source code as its output in c language?

 

                                                      ARRAY

1. Find the largest element in an array ? 

2.Find the second largest element in an array ? 

3. Write a c program to find out second largest element of an unsorted array.? 

4.. Write a c program to find out second smallest element of an unsorted array.? 

5. Write a c program which deletes the duplicate element of an array.? 

6.. Write a c program for delete an element at desired position in an array?.

7.WAP for insert an element at desired position in an array? 

8. C program to find largest and smallest number in an array?  

                                                 STRING 

1.WAP to convert the string from upper case to lower case?

2.WAP to convert the string from lower case to upper case? 

3.WAP to delete the all consonants from given string? 

4.WAP to count the different types of characters in given string? 

5.WAP to sort the characters of a string. 

6. WAP for concatenation two strings without using string.h header file ? 

7.WAP to find the length of a string using pointer ?  

8. WAP which prints initial of any name ?

9.WAP to print the string from given character ? 

10.WAP to reverse a string ? 

11. Reverse a string using recursion in c ? 

12.String concatenation in c without using strcat ?

13.How to compare two strings in c without using strcmp ? 

14.String copy without using strcpy in c ? 

15.String copy without using strcpy in c ? 

16.Convert a string to ASCII in c ? 

 

                                            SWAPPING

1.Write a c program for swapping of two string ? 

2.Write a c program for swapping of two arrays ? 

3. Write a c program to swap two numbers without using third variable ?

4. Write a c program to swap two numbers ?

Post a Comment

0 Comments