Incase of a function declaration, what is extern means?
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 a class definition?
What is a constant reference?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
What is conversion constructor?
What is the full form of c++?
Difference between Constructors and static constructors?
What will the line of code below print out and why?
What do you mean by static variables?
Is C++ case sensitive a) False b) Depends on implementation c) True
Implement a 2 dimensional array by one dimentional array
How can you link a c program with a c function?