Coding interview preparation
5.75K subscribers
330 photos
47 files
163 links
Download Telegram
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
32%
Improper typecasting
28%
int value in the memory
18%
No problem with the statement
Which of the following escape sequence represents tab?
Anonymous Quiz
81%
\t
11%
\t\r
6%
\b
3%
\a
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).
How does Docker Work?
End to End ML Project
DevOps Engineering
Kubernetes
Machine Learning Roadmap
Types Of Databases
Linux Boot Process
SQL Query Structure
System Design Basics
How Email Phishing works
CI/CD Workflow
Machine Learning
AWS Serverless platform showdown