C

C

Explore our C programming domain filled with a wealth of articles! Discover tutorials, advanced techniques, code examples, and best practices to enhance your skills. Dive in and start coding with confidence today!

PythonF

Array Element Adjacent Sum

Given an Array of length N, the program must print the sum of adjacent numbers of elements present in the array.Input Format:First line…
PythonF

String – Count Articles

A string S is passed as the input. The program must print the number of articles in S. The string S passed as the input NEEDNOT be corrected…
JavaF

Leap Year

A year Y will be passed as input.  The program must find if the given year is a leap year or not.  If it is a leap year, print yes…
CF

Matrix Traverse Clockwise

A square matrix of size N*N is provided. The program must traverse the matrix spirally and print the elements in a single line. Input…
JavaF

Word slot

A Square Matrix of N Rows and N Columns is passed as the input and also a String S of Length L is passed as input. The matrix has an empty…
PythonF

Price before GST

The amount payable after GST – AP is applied is passed as the input. The GST rate R as percentage is also passed as the input.The…