write a program to find the sum of the array elements in c
language?
Post New Answer View All Answers
What is c language in simple words?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What are compound statements?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
The difference between printf and fprintf is ?
What is the difference between #include and #include 'file' ?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
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
Explain high-order and low-order bytes.
Explain how can I prevent another program from modifying part of a file that I am modifying?
How will you write a code for accessing the length of an array without assigning it to another variable?
What does s c mean on snapchat?
Are negative numbers true in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Can we replace the struct function in tree syntax with a union?