What do you mean by funtion prototype?
No Answer is Posted For this Question
Be the First to Post Answer
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is fflush c++?
What are features of c++?
What is data types c++?
Explain selection sorting. Also write an example.
Does c++ support multilevel and multiple inheritances?
What is the difference between method and message?
Can we use resume in error handling i.e. in the catch block
Is c++ a high level language?
Can user-defined object be declared as static data member of another class?
Can a Structure contain a Pointer to itself?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?