taracoder

it is very popular website your help anytime please search this site asked any question and tag.

Showing posts with label C-LANGUAGE. Show all posts
Showing posts with label C-LANGUAGE. Show all posts

Saturday, July 18, 2020

Logrothm in c pograming question in simple


1.           write an algorithm to get ready for school
2.           write an algorithm to make a cup of tea
3.           write an algorithm to find area of square
4.           write an algorithm to calculate the multiplication of five   numbers
5.           write an algorithm to polish your shoes
6.           write an algorithm to call a friend on the telephone
7.           write an algorithm to cross the road
8.           write an algorithm to calculate the simple interest
9.           write an algorithm to celebrate new year
10.                  write an algorithm to calculate the area of square
11.                  write an algorithm to add two numbers
12.                  write an algorithm to add two polynomials
13.                  write an algorithm to accept two numbers
14.                  write an algorithm to add two integers a and b
15.                  write an algorithm to brush your teeth
16.                  write an algorithm to buy a pen
17.                  write an algorithm to find biggest of three numbers
18.                  write an algorithm to find biggest of two numbers
19.                  write an algorithm to find compound interest
20.                  write an algorithm to find cube of a number
21.                  write an algorithm to find circumference of circle
22.                  write an algorithm to find the card with the lowest value in the row of cards
23.                  write an algorithm to find the greatest common divisor of two numbers
24.                  write an algorithm to find area of circle and triangle
25.                  write an algorithm and draw flowchart to find cube of a number
26.                  write an algorithm to find simple interest and compound interest
27.                  Write an algorithm to write an algorithm.
28.                  write an algorithm to find and display average of 10 numbers
29.                  write an algorithm to find sum of digits of a number
30.                  write an algorithm or flowchart to find division of three numbers
31.                  write an algorithm to find the greatest common divisor of two numbers
32.                  write an algorithm to find even or odd number
33.                  write an algorithm to find even numbers between 0 and 99
34.                  write an algorithm to find quadratic equation
35.                  write an algorithm to calculate even numbers between 0 and 99
36.                  write an algorithm to find the factorial of a number entered by user
37.                  write an algorithm to find the Fibonacci series
38.                  write an algorithm to find the greatest in five numbers
39.                  write an algorithm to find the reverse of a number
40.                  write an algorithm to find the prime factor of a number
41.                  write an algorithm to find the highest marks obtained        by student
42.                  write an algorithm with the flowchart to find the sum   and average of any three of your courses
43.                  write an algorithm to check positive negative or zero

convert bsic question in c programing



•Write a program in C to convert a string to lowercase
• Write a program in C to check whether a character is Hexadecimal Digit or not.
• Write a program in C to check whether a letter is uppercase or not.
• Write a program in C to replace the spaces of a string with a specific character.
• Write a program in C to count the number of punctuation characters exists in a         string.
• Write a program in C to print only the string before new line character.
• Write a program in C to check whether a letter is lowercase or not.
• Write a program in C to read a file and remove the spaces between two words of its content.
• Write a program in C to check whether a character is digit or not.
• Write a program in C to split string by space into words.
• Write a C programming to find the repeated character in a given string.
• Write a C programming to count of each character in a given string.
• Write a C programming to convert vowels into upper case character in a given string.
• Write a program in C to find the length of a string without using library function.
• Write a program in C to separate the individual characters from a string.
• Write a program in C to print individual characters of string in reverse order.
• Write a program in C to count the total number of words in a string.
• Write a program in C to compare two string without using string library functions.
• Write a program in C to count total number of alphabets, digits and special characters in a string
• Write a program in C to copy one string to another string
• Write a program in C to count total number of vowel or consonant in a string
• Write a program in C to find maximum occurring character in a string.
• Write a C program to sort a string array in ascending order.
• Write a program in C to read a string through keyboard and sort it using bubble sort.
• .Write a program in C to extract a substring from a given string.
• Write a C program to check whether a given substring is present in the given string.
• Write a program in C to read a sentence and replace lowercase characters by uppercase and vice-versa
• Write a program in C to find the number of times a given word 'the' appears in the given string.
• Write a program in C to remove characters in String Except Alphabets.

Algorithm flowchat in c programing question

           John bought a toy for Rs. 325 and sold the same for Rs. 458. Explain how we can find if John has made a profit or a loss and write the algorithm for the same.
2.      Write algorithm and flowchart to compute volume of sphere. Use the formula-  v = (4/3) * pi * r3
3.      Suppose you start writing a C program at time T1. At time T2 coding is finished. After compiling code, you get an error, and it took you T3 time to fix the error. Write an algorithm to find the total time you spent in executing this program.

4.      Write the algorithm of following flow chart. 



5.      Draw a flowchart to find all the roots of a quadratic equation ax2+bx+c=0.
6.      Convert the following algorithm into flowchart-
1. Sum=0
2. Count=1
3. REPEAT
4. IF count is even THEN sum=sum + count
5. Count=count+1
6. UNTIL count>20
7. DISPLAY sum
7.      Write an algorithm which generates the table of any number N.
8.      Write an algorithm and flowchart to find whether a number is palindrome or not.