Which software is best for programming?
No Answer is Posted For this Question
Be the First to Post Answer
How would you use qsort() function to sort an array of structures?
wap to accept 10 numbers & display the number of odd and even numbers??
How is c++ different from java?
What are stacks?
What is iterator in c++?
write a program in c++ to implement stack using functions in header file stack.h
What is the difference between an array and a list?
What are the steps in the development cycle?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
Is linux written in c or c++?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
What are the stages in the development cycle?