Untold Coding
32.3K subscribers
177 photos
5 videos
4 files
227 links
|| जय श्री राम ||
#100dayschallenge
Sharing HTML, CSS and JS magic
Join our Creative Journey!🎉
Download Telegram
Output will be?
Anonymous Quiz
40%
A
28%
B
27%
C
5%
D
Consider the C Programming

#include<stdio.h>

void print (int n) {
if (n <= 0) return;
print(n--);
printf ("%d", n);

}

int main() {
print(5);
return 0;

}
Consider the following sample of numbers: 9, 18, 11, 14, 15, 17, 10, 69, 11, 13 The median of the sample is

(a) 14

(b) 13.5

(c) 12

(d) 11
Answer?
Anonymous Quiz
21%
A
61%
B
11%
C
6%
D
Please open Telegram to view this post
VIEW IN TELEGRAM
Ans?
Anonymous Quiz
35%
A
36%
B
23%
C
6%
D
Please open Telegram to view this post
VIEW IN TELEGRAM
Answer?
Anonymous Poll
39%
A
30%
B
23%
C
8%
D
Please open Telegram to view this post
VIEW IN TELEGRAM
?
Anonymous Quiz
10%
A
66%
B
15%
C
9%
D
Question of the day
Answer?
Anonymous Poll
26%
A
38%
B
26%
C
10%
D
Question of the day
Answer?
Anonymous Quiz
33%
5
41%
6
18%
7
8%
8
Please open Telegram to view this post
VIEW IN TELEGRAM
Answer?
Anonymous Quiz
69%
25
22%
11
6%
12
3%
24
Please open Telegram to view this post
VIEW IN TELEGRAM