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
Design Pattern
what is design pattern? Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made...
May 9, 2021
1 min read
constant pointer and pointer to constant in C++
Constant Pointer: Constant pointer is a pointer that can not change the address it holding. Hence once a constant pointer points to a...
May 2, 2021
1 min read
Pointer and Reference in C++
1> what is deference between pointer and reference? Pointer: Pointer is variable which store the address of the another variable. syntax:...
May 1, 2021
2 min read
bottom of page