Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
36 views

Evaluation of Postfix Expressions Using Stack (With C Program)

The document contains titles for 16 C programming problems including: writing programs to delete duplicate elements from an array, check for a substring in a string, print all permutations of a string using pointers, find the largest element using dynamic memory allocation, sort an array using a pointer, read an integer and print its multiplication table, read strings and print their lengths, remove vowels from an input string, find the sum of array elements using dynamic memory allocation, calculate a total amount purchased using a structure as an argument, find the sum of command line integer arguments, evaluate postfix expressions using a stack, find the two's complement of a binary number, print Armstrong numbers using a function, print pyramid star patterns, and trim leading and trailing whitespace.

Uploaded by

Anil Naik
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Evaluation of Postfix Expressions Using Stack (With C Program)

The document contains titles for 16 C programming problems including: writing programs to delete duplicate elements from an array, check for a substring in a string, print all permutations of a string using pointers, find the largest element using dynamic memory allocation, sort an array using a pointer, read an integer and print its multiplication table, read strings and print their lengths, remove vowels from an input string, find the sum of array elements using dynamic memory allocation, calculate a total amount purchased using a structure as an argument, find the sum of command line integer arguments, evaluate postfix expressions using a stack, find the two's complement of a binary number, print Armstrong numbers using a function, print pyramid star patterns, and trim leading and trailing whitespace.

Uploaded by

Anil Naik
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

C Program to Delete duplicate elements from an array


2. Write a C program to check whether a given substring is present in the given string
3. Write a program in C to print all permutations of a given string using pointers.

4. Write a program in C to find the largest element using Dynamic Memory Allocation.
5. Write a program in C to sort an array using Pointer.

6. C program to read an integer and print its multiplication table


7. C program to read n strings and print each string's length
8. Program to eliminate/remove all vowels from an input string in C
9. C program to find sum of array elements using Dynamic Memory Allocation
10. C program to find Total Amount of purchased Items by Passing Structure as an
Argument using User Define Functions.
11. Program to find the sum of N integer numbers using command line arguments in C
12. Evaluation of Postfix Expressions Using Stack [with C program]
13. C program to find twos complement of a binary number
14. Program to print Armstrong numbers using function
15. Program to print pyramid different star pattern series
16. Program to trim leading and trailing white spaces

You might also like