Are coding standards necessary? sufficient?
What are some good C++ coding standards?
Write program to find 2-nd largest element in an array with single loop.
Does C++ run on machine ‘X' running operating system ‘Y'?
What are some advantages of C++?
What is C++? What is OOP?
Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?
How do you reverse a Double linked list
How do you reverse a singly linked list?
What does static variable mean?
What is the difference between calloc() and malloc()
How can I return more than one value through function in C?
How do i loop it back to the first page if the answer is incorrect ?
Find the min and max in an array. Now do it in less than 2n comparison. also give the solution that finds both max and min in about 3/2 n comparisons
You have given 2 array. You need to find whether they will create the same BST or not.
how to write a program which adds two numbers without using semicolon in c
when to use EOF, getc() and feof() in C
Given preorder traversal , is it sufficient to reconstruct unique BST
To check whether the number is in array or not with minimum complexity.
program to find the given number is prime or not
how to convert float type to integer type
Write a program to find if a year is a leap year or not
Airline Reservation System program in c++
write a Consumer Loan Program to calculate how long it will take to pay off a loan.
Difference between calloc() and malloc()