What character terminates all strings composed of character
arrays?
1) 0
2) .
3) END
Answer Posted / k.kavitha
1)0
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Are the variables argc and argv are local to main?
Why pointers are used in c?
what are enumerations in C
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is an lvalue?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
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
Is c++ based on c?
How do I create a directory? How do I remove a directory (and its contents)?
What is the g value paradox?
What is #ifdef ? What is its application?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is the role of this pointer?
How do I send escape sequences to control a terminal or other device?
Describe the modifier in c?