top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
All of us do not have equal talent. But, all of us have an equal opportunity to develop our talents.
-A.P.J Abdul Kalam
Train of Thought
Home
My Blog
Meet the Blogger
ConnectWithUs
More
Use tab to navigate through the menu items.
All Posts
My Top 5
C++
C++ Interview
Linux
Automotive
Finance
Education
Technology
Health
Career
Art & Culture
Travel
Embedded Programming
Search
why size of empty class object contains 1 byte in c++?
Compiler allocate 1 byte of memory of empty class object for unique address identification. So, if a class have multiple objects they can...
Mar 10, 2021
1 min read
difference between Shallow copy and deep copy in C++
Shallow copy: Shallow copy means , new object created by simply copying the data of all variable of the original object. Shallow copy...
Mar 10, 2021
2 min read
write a program to reverse the string in same position
Input:Hello i am in bangalore output:olleH i ma ni erolagnab Input:Hello i am in bangalore output:bangalore in am i Hello // Example...
Mar 10, 2021
1 min read
bottom of page