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
Webpage for Programming:
Recent questions tagged programming
1
vote
2
answers
1
GATE CSE 2023 | Question: 25
The integer value printed by the $\textsf{ANSI-C}$ program given below is _______________ #include<stdio.h> int funcp(){ static int x = 1; x++; return x; } int main(){ int x,y; x = funcp(); y = funcp()+x; printf("%d\n", (x+y)); return 0; }
admin
asked
in
Programming
Feb 15
by
admin
1.2k
views
gatecse-2023
programming
programming-in-c
output
numerical-answers
1-mark
2
votes
1
answer
2
GATE CSE 2023 | Question: 26
Consider the following program: int main() int f1() int f2(int X) int f3() { { { { f1(); return(1); f3(); return(5); f2(2); } if(X==1) } f3(); return f1(); return(0); else } return (X*f2(X-1)); } Which one of the following options represents the activation tree corresponding to the main function?
admin
asked
in
Programming
Feb 15
by
admin
1.0k
views
gatecse-2023
programming
programming-in-c
recursion
2-marks
0
votes
1
answer
3
#selfdoubt
how many topological sort possible for above graph?like this question https://gateoverflow.in/39669/gate-cse-2016-set-1-question-11
Dknights
asked
in
Programming
Jan 30
by
Dknights
74
views
programming
topological-sort
directed-acyclic-graph
0
votes
1
answer
4
Programming
Why nothing is printed for %c.
Overflow04
asked
in
Programming
Jan 3
by
Overflow04
124
views
programming
self-doubt
1
vote
1
answer
5
Made Easy Mock -1
how does the program is working..? answer – 8
TusharKumar
asked
in
Programming
Dec 29, 2022
by
TusharKumar
146
views
programming
numerical-answers
made-easy-test-series
0
votes
0
answers
6
Made easy test series question
Any one please let me know if there is any other way to this output?
Sgm
asked
in
Programming
Dec 28, 2022
by
Sgm
154
views
data-structures
programming
made-easy-test-series
doubt
0
votes
1
answer
7
Object Oriented Programming
Imagine a scenario where new child classes are introduced frequently from a base class. The method calling sequences for every child class are the same but the implementations are different among the child classes. Here which design pattern would you like to apply? Explain the reasons with examples j
rayhanrjt
asked
in
Programming
Dec 16, 2022
by
rayhanrjt
64
views
object-oriented-programming
programming
0
votes
0
answers
8
Java Programming
Suppose, you are implementing Overdraft Account (OD) class using java for a banking app. An OD type account is opened with an approved loan limit (ex 100000/-). The account holder can deposit any amount of money in the OD account at any time. S ... amount of his OD limit. How can u handle the problems mentioned in the question? Write necessary java codes to solve the problem.
rayhanrjt
asked
in
Programming
Dec 15, 2022
by
rayhanrjt
37
views
programming
object-oriented-programming
java
Page:
1
2
3
4
5
6
...
28
next »
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
My journey from being a MSc student to AIR 239 in GATE CSE 2023 and qualified UGC-NET JRF.
NEEPCO Recruitment 2023
GATE CSE 2023 Results
IIIT Banglore MTech 2023-24
IIIT-Delhi MTech 2023-24
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.5k)
Admissions
(653)
Exam Queries
(844)
Tier 1 Placement Questions
(17)
Job Queries
(76)
Projects
(9)
Unknown Category
(866)
Recent questions tagged programming
Recent Blog Comments
congrats pranab
Congratulations @Pranab Paul 10 🥳
sir give access to these tests at least mid May...
Was there interview for mtech as well?
Check CCMT website for previous year cutoff for...