Programs in C language Programs in C language Ques 1: Write a program to find out whether it is an odd number or even […]
Read moreCategory: Important
Ternary Operator
Ternary Operator Ternary Operator Syntax: Condition ? Expression 1(True) : Expression 2(False) ; Program: To check wheather the given number is even or odd […]
Read moreFactorial of a number using Recursion
Factorial of a number using Recursion Factorial of a number using Recursion #include <stdio.h> //Function Prototype Declaration int factorial (int a); int main() […]
Read morePrivacy Policy Template
Privacy Policy Template Who we are Suggested text: Our website address is: https://thetechdcode.com. Comments Suggested text: When visitors leave comments on the site we collect […]
Read more
Recent Comments