Group A
Coming Soon..
Group B
1. Write a C program to accept five numbers from console and then to display them back on console in ascending Order2.Write a C program to calculate the sum of all numbers from 0 to 100 that are divisible by 4
3. Write a C Program to accept three sides of triangle from console and to test and print the type of triangle-Equilateral, Isosceles, Right angle, none of these.
4. WCP to accept a string from console and to display the following on console
- Total number of characters in the string
- Total number of Vowels in the string
- Total number of occurrence of 'a' in string
- Total number of occurrence of 'the' in string
6.WCP to generate first twenty Fibonacci numbers
7.WCP to generate Prime numbers from n(n is accepted by user)
No comments:
Post a Comment