Two Digits Numbers Sum Admin Saturday, September 09, 2017 Two Digits Numbers Sum Accept an array of N values and print the sum S of all the two digit numbers pres... Continue Reading
Right Angled Triangle Check Admin Sunday, September 03, 2017 Right Angled Triangle Check The length of the three sides of ... Continue Reading
Peak Elements Count Admin Friday, August 25, 2017 Peak Elements Count N integers are passed as input. The program must print the count of peak elements am... Continue Reading
Rounding Marks Admin Saturday, August 19, 2017 Rounding Marks In a college, each student receives marks M in any of the subjects in the range from ... Continue Reading
Sum of the Matrix- using Pointers Admin Friday, August 18, 2017 Matrix Sum- Using Pointers #include<stdio.h> #include<stdlib.h> int ** ... Continue Reading
Pattern Challange Admin Friday, August 11, 2017 You need to take an integer input and then draw the pattern according to it. Say for example if you enter 5 then, the pattern should be ... Continue Reading
Patterns- Efficient Methodologies Admin Friday, August 11, 2017 BASIC PATTERN LOGIC PATTERN * * * * * * * * * * * * * * * Program(Method 1): #include <stdio.h... Continue Reading
Reversing the string without changing the Special character positions Admin Friday, August 11, 2017 Reversing the string without changing the Special character positions Example : i/p : abcd#1234 o/p : dcba#4321 C... Continue Reading