Question
Recently, Akasa airline received its air operator
certificate (AOC) from the Directorate General of Civil Aviation (DGCA), who is the owner of this airlines?Solution
- The airline will start its operations from the end of July.
- The airline inducted its first Boeing 737 Max aircraft on June 21.
- The Directorate General of Civil Aviation is a statutory body of the Government of India to regulate civil aviation in India.
What is the first phase in the software development process?
Consider the following three functions.
f1 = 100n
f2 = nlogn
f3 = n√n
Which one of the fo...
Sending a packet to all destination simultaneously is called
In data analytics, what is the primary purpose of sentiment analysis?
In syntax-directed translation, what are attributes associated with?
Define Mapping Process?
The smallest unit of memory that the CPU can read or write is ___.
What is the primary design goal of a combinational circuit?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
Which of the following clause return specific rows?