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

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…
CF

Pattern Printing num & *

Write a program that receives a number as input and prints it in the following format as shown below. Examples:Input:6 Output:…
CF

Arrow Pattern

Write a program that generates a pattern based on the input value n following a specific format. Input Format:The input is a single integer n,…