#include <iostream>
using namespace std;
struct wow {
int x;
};
int main() {
wow a;
a.x = 22;
int c = a.x;
int *b = new int;
cout << c;
return 0;
}
option:
No output
0
22
-(11)
Will not compile
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
what is the difference b/w abstract and interface?
2 Answers Merrill Lynch, Schneider, Scio Healthcare,
what is difference between String s=new String("vali"); String s="vali"
What is difference between class and object with example?
Which keyword is written to use a variable declared in one class in the other class?
What are two types of polymorphism?
What is virtual constructors/destructors?
Explain the concepts involved in Object Oriented programming.
Get me a number puzzle game-program
4. What do you mean by a prototype? Define analysis prototype
What is abstraction and encapsulation?
Out of 4 concepts, which 3 C++ Follow?