How is static data member similar to a global variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is array give example?
sizeof- is it functioning statically or dynamically?
In a function declaration, what does extern mean?
write infinite loop in C++ which does not use any variable or constant?
what is VOID?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What is size of null class?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
Difference between overloading vs. Overriding