filmov
tv
c interview questions - Write macro to get the size of a variable , without using sizeof() #shorts

Показать описание
c interview questions - Write macro to get the size of any variable , without using sizeof() API
This is a tricky question, commonly asked question in c interviews.
Write MACRO , for getting the size of a variable, without using size of API.
I request you to think , and put your answer in comment , before procedding.
It is very simple, think from pointer concept. When we increment an integer pointer by 1, address increments by 4. For short , address increments by 2. For character , address increments by 1.
We can get size of any variable , by subtracting the addresses , for pointer plus 1 , and current pointer.
#pointers #cprogramming #shorts #bydubebox
This is a tricky question, commonly asked question in c interviews.
Write MACRO , for getting the size of a variable, without using size of API.
I request you to think , and put your answer in comment , before procedding.
It is very simple, think from pointer concept. When we increment an integer pointer by 1, address increments by 4. For short , address increments by 2. For character , address increments by 1.
We can get size of any variable , by subtracting the addresses , for pointer plus 1 , and current pointer.
#pointers #cprogramming #shorts #bydubebox
Top 40 C Programming Interview Questions | C Programming Interview Questions And Answers|Simplilearn
Interview Question | C Programming Language
Think you know C programming? Test your knowledge with this MCQ!
C Programming Interview questions #cprogramming
C Programming Interview Questions and Answers | C Interview Preparation | C Tutorial | Edureka
Structures & File Handling in C Programming Interview Questions & Answers by Sanjay Gupta in...
Embedded Software Engineering Interview Questions & Answers
Job interview in English | Job interview questions and answers | Learn English | Sunshine English
La science et la foi incompatibles ? Interview Dr. Hugh Ross
Most Asked Coding Interview Question (Don't Skip !!😮) #shorts
Fresher Mock Interview 'C Language ' | Technical Round | | HR Interview | 'C Languag...
5 Common Interview Questions and How to Answer Them Correctly 😇
Top 6 Coding Interview Concepts (Data Structures & Algorithms)
How to NOT Fail a Technical Interview
C Programming Language Interview Questions
C Programming (Important Questions Set 1)
Whiteboard Coding Interviews: 6 Steps to Solve Any Problem
Top 50 🔥 MOST ASKED C Programming Interview Questions and Answers
Embedded C Interview Questions - Session 1
Top C# Interview Questions And Answers | C# Interview Preparation | C# Training | Simplilearn
BEST Way To Approach Technical Interviews
5 Most Common Job Interview Questions that you must prepare for any Job Interview
How to Answer 'Tell Me About Yourself' - 4 BEST Job Interview Tips
This is the Most Asked FAANG Interview Question! - Two Sum - Leetcode 1
Комментарии