write a program to display the array elements in reverse
order in c language
Answer Posted / jitender
all are wrong....
| Is This Answer Correct ? | 10 Yes | 21 No |
Post New Answer View All Answers
Define Spanning-Tree Protocol (STP)
Process by which one bit pattern in to another by bit wise operation is?
Why is %d used in c?
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
What is a method in c?
What are header files and explain what are its uses in c programming?
What are the different types of endless loops?
how to find binary of number?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is a loop?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Why does this code crash?
What is derived datatype in c?
What is a spanning Tree?