Draw a flow chart and write its corresponding C program to convert an octal number to its equivalent decimal number.
Related Posts
: Write a C program to take a list of N numbers, separate even and odd numbers and put them in two appropriate files (evenfile and oddfile). Use File Handling concept.
Write an interactive C program to calculate the string length of a given string, using pointers.
Write a C program to perform the following operation on matrices D = A + (B * C), where A, B and C are matrices of (3 X 3) size and D is the resultant matrix.
Write a program to generate Fibonacci series using Recursion.
Write a C program to generate the following pattern:
Write an algorithm and its corresponding C program to generate students’ Progress-Report for VIII standard (section of 20 students) of a CBSE school for all its 4 terms. Use Structures concept. Assumptions can be made wherever necessary.
0 comments:
Post a Comment
Let us know your responses and feedback