23+ C Important Coding questions on String
C program to print the length of given string. C program to concatenate two strings. C program to compare two strings. C program to perform copy of one string to…
C program to print the length of given string. C program to concatenate two strings. C program to compare two strings. C program to perform copy of one string to…
C program to take input and print elements of array. C program to count total number of elements in array. C program to count total number of even and odd…
C program to find the sum of two numbers using pointers. C program to swap two numbers using pointers. C program to find length of string using pointers. C program…
C program to print day name of given week using switch statement. C program print total number of days in a given month using switch Statement. C program to check…
C program to print all natural numbers from 1 to n using for loop. C program to print all even numbers between 1 to 100 using for loop. C program…
C program to print all natural numbers from 1 to n using while loop. C program to print all even numbers between 1 to 100 using while loop. C program…
Welcome to our blog post on C Basic Coding Problems on the if-else statement! In this post, we have collected more than 20 programs that are based on using the…
Java Coding Questions of Singly Linked List Java Program to Create and Traverse a Singly linked list. Java Program to Insert a node at the beginning of the Singly linked…
Java Program to add two matrices. Java Program to subtract two matrices. Java Program to multiply two matrices. Java Program to find transpose of a matrix. Java Program to find…
Java Program to take input and print elements of array. Java Program to count total number of elements in array. Java Program to count total number of even and odd…
Write a method in Java which will remove any given character from a String. Write a program in Java to count occurrence of a given character in a String. Java…
Java Program to find the sum of two numbers using pointers. Java Program to swap two numbers using pointers. Java Program to find length of string using pointers. Java Program…
Java Program to print day name of given week using switch statement. Java Program print total number of days in a given month using switch Statement. Java Program to check…
Java program to print all natural numbers from 1 to n using for loop. Java program to print all even numbers between 1 to 100 using for loop. Java program…
Java Program to print all natural numbers from 1 to n using while loop. Java Program to print all even numbers between 1 to 100 using while loop. Java Program…
In this tutorial we will learn writing the code on if else statement in Java. This Coding questions will help you to improve you coding knowledge as well as it…
In this tutorial we will learn writing Java programs to perform the addition of the two numbers. Or we can also say the sum of two numbers. We will see…
In this program, you'll learn writing the Swapping of two numbers in java. We will see different techniques to swap two numbers in Java. First approach of swapping will be…
In this tutorial, you'll learn how to write program in check if the given year is a leap year or not. Or We can say leap year program in Java.…