Recent questions in Programming and DS

2 votes
1 answer
2301
1 votes
0 answers
2302
time complexity of the program is?
2 votes
1 answer
2303
Consider 3 dimensional Array A[90] [30] [40] stored in linear array in column major order. If the base address starts at 10, The location of A [20] [20] [30] is ________....
1 votes
1 answer
2305
2 votes
0 answers
2307
why it is showing 56 as output????
1 votes
0 answers
2308
1 votes
0 answers
2309
1 votes
0 answers
2310
1 votes
0 answers
2311
1 votes
0 answers
2314
1 votes
0 answers
2315
2 votes
1 answer
2316
The minimum size that an array may require to store a binary tree with 'n' nodes is ______.if queston is about min size of an array ..then we go with compete binary tree ...
2 votes
1 answer
2317
1 votes
0 answers
2318
1 votes
2 answers
2319
What is the output of the following program?# include <stdio.h># define MUL (a, b) a ∗ b# define pow (a) a ∗ aint main ( ){int a = 3;int b = 2;printf (“%”, MUL (M...
1 votes
0 answers
2320