آخر المشاركات

python program to find prime and composite numbers

PYTHON PROGRAM TO FIND PRIME AND COMPOSITE NUMBERS IN A LIST OF NUMBERS   PRIME NUMBERS: Numbers are which are divisible by… قراءة المزيد

c program to reverse content in a file and print the content

C PROGRAM TO REVERSE TEXT IN A FILE AND PRINTING THE TEXT: 1)   Here, in the program first of all i created a file with some co… قراءة المزيد

C program to find whether the given matrix is magic square or not

C Program to find whether the given matrix is magic square or not.  Magic square: // *a square array of numbers, usually positive… قراءة المزيد

C program to find the given number is perfect factorial of a integer

PROGRAM TO FIND THE GIVEN NUMBER IS PERFECT FACTORIAL OF A INTEGER. IF YOU GIVE A NUMBER IT WILL BE THE INTEGER WHICH IS FACTOR… قراءة المزيد

given a array of size n find all elements that appear more than n/k times in c

GIVEN AN ARRAY OF SIZE N , FIND ALL ELEMENTS THAT APPEAR MORE THAN N/K TIMES. EX: ENTER THE NO.OF DIGITS: 7 ENTER THE VALUE OF K… قراءة المزيد

c program to find the string is palindrome or not

PROGRAM TO FIND PALINDROME STRING EX: enter the string malayalam malayam is a palindrome. PROGRAM: #include <stdio.h>  in… قراءة المزيد

SPELL BEE CONTEST Given a pair of words (the first is the correct spelling and the second is the contestant’s spelling of the word) determine if the word is spelt correctly. The degree of correctness is as follows: CORRECT if it is an exact match ALMOST CORRECT if no more than 2 letters are wrong WRONG if 3 or more letters are wrong

Given a pair of words (the first is the correct spelling and the second is the contestant’s spelling of the word) determine if … قراءة المزيد

c program for transpose of a matrix

C PROGRAM TO TRANSPOSE THE GIVEN MATRIX: EX: enter the no. of rows and columns of matrix 3  3 enter the elements in the matrix … قراءة المزيد

C PROGRAM , TO SUM OF TWO DIAGONALS AND SUM OF ELEMENTS OF EACH DIAGONAL IN A MATRIX.

C PROGRAM , TO SUM OF TWO DIAGONALS AND SUM OF ELEMENTS OF EACH DIAGONAL. EX: enter the rows and columns  3 3  enter the element… قراءة المزيد

C PROGRAM TO PRINT MINIMUM NUMBER IN EACH ROW AND MAXIMUM NUMBER IN EACH COLUMN AND COMMON ELEMENTS IN THEM

HI!!FRIENDS c program to find minimum number in each row and maximum number in each column and common elements in them. EX : n= … قراءة المزيد

تحميل المزيد من المشاركات لم يتم العثور على أي نتائج