Below is the program to create Student I-Card using a Structure in C Programming with step-by-step explanation.
Continue reading “Write a program to create Student I-Card using a Structure.”Write a program to reverse a string.
Below is a program to reverse a string with step-by-step explanation.
Continue reading “Write a program to reverse a string.”Write a program to compare a string.
Below is a program to compare a string in C language with step-by-step explanations.
Continue reading “Write a program to compare a string.”Write a program to copy string using strcpy().
Below is a program to copy string using strcoy() function with step-by-step explanation.
Continue reading “Write a program to copy string using strcpy().”Write a program to Find the Size of int, float, double and char
Write a program to calculate the average of three real numbers.
Write a program to find the square of a given number.
Below is the program to find the square of a given number in C programming with step-by-step explanation.
Continue reading “Write a program to find the square of a given number.”Write a Program to display your name in C language
Below is the program to display your name.
Continue reading “Write a Program to display your name in C language”if statement in C programming.
if statement is used to specify a block of code to be executed if the condition is true.
Continue reading “if statement in C programming.”