Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Illustrate out the various types of operators with illustration. Illustrate out the term typecasting. What are implicit and explicit type conversions?
Write down a C program to create Fibonacci numbers using recursion. Write down a C program to create a multiplication table.
Write down the C program to compute the student total and average marks of given subjects using structures. Write down the C program to exhibit the string functions.
Write down a C program to create prime numbers till the given number. Write down a C program to search the given number in an array by using binary search.
Write down a C program to find out the area and circumference of the circle. Write down the C program to find out the area and perimeter of the rectangle.
Write down a C program to accept the numbers and generate Square root, cube and exponential values. Write down a C program to reverse the given number and verify if the number is palindrome.
Write down a C program for the matrix addition. Write down a C program for the matrix subtraction.
Write down a C program to find out the sum of the first 15 even numbers and compute the square of the sum.
Write down a recursive function to compute the factorial of an integer.
Write down the C functions for implementing Queues by using the linked lists.
Describe the post-order traversal and write down its C program.
Write down a C recursive program to reverse the linked list.
Consider the given resource-allocation state comprising five processes and five resources. Total[j] specifies that the total number of instances of resource j (comprising both allocated and free ins
What do you mean by remote procedure call? How is it distinct from a local procedure call?
Is it simpler to write concurrent programs for a uni-processor system than writing the concurrent programs for a multiprocessor system? Validate your answer.
Describe the main functions of the kernel and its relationship by using the operating system.
What do you mean by multiple inheritances? Write down a C++ code to explain this concept. Sample code must have at least 2 parent classes and one derived class.
Describe the concept of function overloading with appropriate illustration codes.
Write down a code snippet to illustrate the use of new operator for Dynamic Memory allocation.
What do you mean by recursive function? Illustrate the benefit of using the recursive function?
How does a template function distinct from the Macros?
What do you mean by constructors in C++? Describe the default constructor, overloaded constructor and copy constructor. Give appropriate illustrations.
Illustrate the meaning of dynamic binding and message passing among the objects?
Write down a program to make a matrix m× n by using dynamic memory allocation then find out the transpose of this matrix.
The two one-dimensional arrays A and B are given, which are sorted in the ascending order. Write down a program to merge them to a single sorted array C which contains every item from arrays A and B