Program to trim a given character from a string.

Answer Posted / dj

in above solution while loop iterates for only 6 times

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

650


Describe dynamic data structure in c programming language?

597


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3171


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2734


What is the use of extern in c?

639






Is c object oriented?

534


Explain what are the advantages and disadvantages of a heap?

589


How can I call a function with an argument list built up at run time?

625


What is echo in c programming?

549


What is use of bit field?

762


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2511


how many key words availabel in c a) 28 b) 31 c) 32

627


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1253


What are 'near' and 'far' pointers?

611


How can I direct output to the printer?

805