Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
What is the meaning of VSAM RETURN-CODE 28?
Correct Answer:
Out of space condition is raised
← Previous Question
Next Question→
More Questions from
Technology
Which among the following are not access Specifiers in C++?
Which of the following methods doesn't use sorting?
A binary tree with 7 nodes will have how many null branches?
What are the methods are available in storing sequential files?
What could be the bucket size if collision and overlapping occur at same time?
Default constructor accepts how many arguments?
Where is the reference stored?
How variable declaration in c++ differs that in c?
What is friend function?
What is the output of this program? #include using namespace std; struct sec { int a; char b; }; int main() { struct sec s ={25,50}; struct sec *ps =(struct sec *)&s; cout << ps->a << ps->b; return 0; }
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments