Team MCK
Playing with Characters – HackerRank Solutions
Playing with Characters - HackerRank Solutions
Problem statement
Objective:
This challenge will help you to learn how to take a character, a string and a sentence as...
Prime Number program in C
Prime Number program in C
A prime number is a positive integer that is divisible only by 1 and itself. For example: 2, 3, 5, 7,...
C program to find the squares of natural numbers using a...
C program to find the squares of natural numbers using a do while statement-
Natural numbers are all the positive integers that span from 1...
C program to find the squares of natural numbers from 1...
C program to find the squares of natural numbers from 1 to n:
Natural numbers are all the positive integers that span from 1 to...
SPPU FY B.SC ( COMPUTER SCIENCE ) 2013 PATTERN Question Bank
SPPU FY B.SC ( COMPUTER SCIENCE ) 2013 PATTERN Question Bank
Subject Name
CS-101: Problem Solving using Computers and 'C' Programming
CS-102: File Organization and Fundamentals of...
C program to Check if a Number is Perfect or Not
C program to Check if a Number is Perfect
A number is Perfect, if sum of all it's divisors is equal to the original number.
Example.
...
Queue Implementation using Array
Queue Implementation using Array
// C Program to Implement a Queue using an Array
#include <stdio.h>
#include <stdlib.h>
#define MAX 20
void insert();
void delete ();
void display();
int queue_array;
int rear =...
Armstrong Number in C
C program to Check whether a Number is Armstrong or Not
A number is Armstrong, if sum of it's digit raised to power of total...
C Program to Check Whether a Number is Palindrome or Not
A number is Palindrome if the reverse of that number is equal to the original number.
Example.
consider a number 12321, where reverse...
Lab Course – HTML
Lab Course - HTML
Exercise 8 Set A
1. Create an html page with 7 separate lines in different sizes. State size of each line in...