Give a fast way to multiply a number by 7
Answer Posted / mani
n=n*7;
| Is This Answer Correct ? | 9 Yes | 47 No |
Post New Answer View All Answers
How does free() know explain how much memory to release?
What is enumerated data type in c?
Differentiate Source Codes from Object Codes
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How do you define CONSTANT in C?
Can one function call another?
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 the difference between text and binary modes?
How many types of functions are there in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Wt are the Buses in C Language
How do I use strcmp?
What is meant by type casting?
How can a process change an environment variable in its caller?