About Venu Kolathur

Venu Kolathur is Chief Architect and Co-Founder at Vayavya Labs and has over 38 years of industry & academic experience. He is responsible for product technology road-map, and design strategies.

Volatile Keyword
The Keyword That Is “Volatile”

Explore what “volatile keyword” means, why it’s crucial for multithreaded applications, and how it guarantees data visibility between threads.

Read More
IPC Using Signal And Kill
IPC using signal () and kill

Understand IPC using signal () and kill to make your C programs more responsive and adaptable to external events, enhancing overall functionality.

Read More
Type Qualifiers in C Programming
Type Qualifiers in C Programming

This blog on Type Qualifiers in C Programming explains const & volatile, to write clear codes, and prevent errors. Learn how to use them like a pro!

Read More
Functions in C
Starting Address of Functions in C

The address of that first statement of functions in C programming will be the starting address of that function. Learn More about it.

Read More
Declarations in C - Part II
Declarations in C- Part II

Unlock the Power of Declarations in C! Read our latest blog to unravel the secrets behind declarations in C and demystify the intricacies.

Read More
Declarations in C
Declarations in C – Part I

From variable declarations in C to function prototypes, delve into essential concepts and best practices to enhance your C programming skills.

Read More