Code Wind
Hi Friends,
Here you will get :
* Conceptual questions of C with solution and explanation which will give deep knowledge in C language and will enhance your coding skill in C,
*Basic Ethical hacking knowledge and many more.....
Program to print Upper case alphabet of given Lower case alphabet by User in C
Program to write a function to obtain the prime factors of the entered number using C.
Program to convert any given year into its roman equivalent using a Function
Program to calculate the value of a raised to b using function Power(a, b) in C.
Program to generate all combination of 1,2 and 3 using for loop in C.
Program to print all prime numbers from 1 to 300 in C.
Program to receive an integer and find its octal equivalent in C.
Program to find the range of a set of numbers entered through the keyboard using C
Program to display the count of positive, negative and zeros among the numbers entered by user
Program to print out all Armstrong numbers between 1 and 500
Program to check whether a number is a prime or not using C
Program to check whether a number entered through the keyboard is a palindrome or not.
Program to design a simple calculator using switch case
Program to check whether a character is vowel or consonant using switch case using C.
Program to convert number of days into year, week and remaining days using C
Program to find volume of a sphere if radius is entered through the keyboard using C.
Program to find second largest among three numbers entered through the keyboard using ? and :
Program to swap two numbers without using third variable using C
Program to fill the entire screen with a smiling face using C
Program to find largest among three numbers entered through the keyboard using conditional operator
Program to find smallest of the three numbers entered through the keyboard using C.
Program to find factorial value of a number | | Using For loop
Program to calculate overtime pay of 10 employees using C.
Program to print all ASCII values from 0 to 255 and their equivalent characters | | Using While loop
Program to find the value of one number number raised to the power of another using C.
Program to find the factorial value of any number entered through keyboard in C | | Using While loop
Program to calculate BMI as per received weight and height and prints out the BMI category using C.
Program to print Boxer's weight class according to received weight using C.
Program to find Ascii value of a character using C.
Program to check whether the triangle is isosceles, equilateral or scalene triangle using C