Q11 Write a program to fill the entire screen with a smiling face. The smiling face has an ASCII value 1.
Program: 104 Write a c program to fill the entire screen with a smiling face. The smiling face has an
Read MoreProgram: 104 Write a c program to fill the entire screen with a smiling face. The smiling face has an
Read MoreProgram: 103 Write a c program to print all prime numbers from 1 to 300. (Hint: Use Nested loops, break
Read MoreProgram: 102 Write a c program to find the range of a set of numbers entered through the keyboard. Range
Read MoreProgram: 101 Write a c program to receive an integer and find its octal equivalent. Hint: To obtain octal equivalent
Read MoreProgram: 100 Write a c program to enter numbers till the user wants. At the end it should display the
Read MoreProgram: 99 Write a c program for a matchstick game being played between the computer and a user. Your program
Read MoreProgram: 98 Write a c program to print out all Armstrong numbers between 1 and 500. If sum of cubes
Read MoreProgram: 97 Write a c program to print all the ASCII values and their equivalent characters using a while loop.
Read MoreProgram: 96 Two numbers are entered through the keyboard. Write a c program to find the value of one number
Read MoreProgram: 95 Write a c program to find the factorial value of any number entered through the keyboard. Output: Enter
Read More