Coding interview preparation
5.79K subscribers
364 photos
49 files
163 links
Download Telegram
How to get UTC time in java?
Anonymous Quiz
40%
Time.getUTC();
23%
Date.getUTC();
28%
TimeZone.getUTC();
πŸ‘2
Select the correct statement which is a combination of these two statements.
Statement 1: p= (char*) malloc(100);
Statement 2: char *p;
Anonymous Quiz
56%
char *p = (char*)malloc(100);
31%
char *p = (char) malloc(100);
9%
char p = *malloc(100);
4%
None
Which of the following escape sequence represents carriage return?
Anonymous Quiz
38%
\r
27%
\n
20%
\n\r
15%
\c
What is the worst case time complexity of inserting a node in a doubly linked list?
Anonymous Quiz
29%
O(nlogn)
19%
O(logn)
37%
O(n)
15%
O(1)
πŸ‘2😁1
Which of these is long data type literal?
Anonymous Quiz
36%
0x99fffL
15%
ABCDEFG
25%
0x99fffa
24%
99671246
For the below mention C statement, what is your comment?
signed int *p=(int*)malloc(sizeof(unsigned int));
Anonymous Quiz
22%
Would throw Runtime error
33%
Improper typecasting
28%
int value in the memory
18%
No problem with the statement
πŸ‘1
Which of the following escape sequence represents tab?
Anonymous Quiz
81%
\t
11%
\t\r
6%
\b
3%
\a
πŸ‘1
Explanation:
In a normal linked list, the β€˜next’ pointer of the last node points to null. However, in a circular linked list, the β€˜next’ pointer of the last node points to the head (first element) of the list. Every node in a circular linked list can be a starting point(head).
πŸ‘1
How does Docker Work?
πŸ‘4❀2
End to End ML Project
πŸ‘5❀1
SQL Joins
❀4πŸ‘1
DevOps Engineering
❀4πŸ‘3
Kubernetes
πŸ‘6
Machine Learning Roadmap
πŸ‘6
Types Of Databases
πŸ‘3
Linux Boot Process
πŸ‘9
Kafka 101
πŸ‘6❀1