Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Consider the following code written in a pass-by-reference language like FORTRAN. Subroutine
SaiSudha
asked
in
Unknown Category
Jun 15, 2016
217
views
0
votes
0
votes
SaiSudha
asked
in
Unknown Category
Jun 15, 2016
by
SaiSudha
217
views
answer
comment
Follow
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
0
Answers
← Previous
Next →
← Previous in category
Next in category →
Related questions
0
votes
0
votes
0
answers
1
Jeetmoni saikia
asked
in
Programming
Oct 10, 2022
274
views
Consider the following class definitions in a hypothetical Object Oriented language that supports inheritance and uses dynamic binding. The language should not be assumed to be either Java or C++, though the syntax is similar. Class P { void f(int i) { print(i); } } Class Q subclass of P { void f(int i) { print(2*i); } } Now consider the following program fragment: P x = new Q(); Q y = new Q(); P z = new Q(); x.f(1); ((P)y).f(1); z.f(1); Here ((P)y) denotes a typecast of y to P. The output produced by executing the above program fragment will be (A) 1 2 1 (B) 2 1 1 (C) 2 1 2 (D) 2 2 2
Jeetmoni saikia
asked
in
Programming
Oct 10, 2022
by
Jeetmoni saikia
274
views
programming
object-oriented-programming
0
votes
0
votes
1
answer
2
focus _GATE
asked
in
CO and Architecture
Jun 7, 2015
6,093
views
Consider the following code: for (i=0; i <20; i++) for ( j= 0; j< 10; j++) a[i] a[i]* j a. Give one example of the spatial locality in the code. b. Give one example of the temporal locality in the code.
focus _GATE
asked
in
CO and Architecture
Jun 7, 2015
by
focus _GATE
6.1k
views
1
vote
1
vote
2
answers
3
Anurag_s
asked
in
Programming
Oct 18, 2015
475
views
consider following code segment in c
consider following code segment in c main() { char * z="abc"; z[0]='x'; printf("%s",z); } what will be behavior of the program a>compiler error b>runtime error c>no error prints xbc d>no error prints abc
Anurag_s
asked
in
Programming
Oct 18, 2015
by
Anurag_s
475
views
programming-in-c
pointers
0
votes
0
votes
1
answer
4
Isha Karn
asked
in
Operating System
Dec 29, 2014
338
views
consider the following code
Isha Karn
asked
in
Operating System
Dec 29, 2014
by
Isha Karn
338
views
operating-system
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Recruitment of Scientific Officers in the Department of Atomic Energy 2023
GATE CSE 2023 Paper & Analysis - Memory Based
From GATE to Australia
DRDO Previous Year Papers
From Rank 4200 to 64: My Journey to Success in GATE CSE Exam
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.3k)
Others
(2.4k)
Admissions
(649)
Exam Queries
(843)
Tier 1 Placement Questions
(17)
Job Queries
(75)
Projects
(9)
Unknown Category
(853)
Recent Blog Comments
Recommend test series??
pressman pdf/ geeksforgeeks
where to study software engineering for BARC
+1
1200/1000 = 1.2
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy