What is function prototyping?
No Answer is Posted For this Question
Be the First to Post Answer
what is the C++
What is the difference between static global and global ?
What is constant in c++ with example?
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 is c++ coding?
What is the basic structure of a c++ program?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
Can you pass an array to a function in c++?
Define basic type of variable used for a different condition in C++?
State two differences between C and C++.
5. Can inline functions have a recursion?
write a programming using for loop in c++ to generate diamond trangel?