7 Tips to Design CV Format for Freshers | Grab Interviewer Attention for Job
Everyone might have heard "The first impression is the last impression.". Your first impression on your interviewer comes from your resume contents and CV format. There are...
Why Dr. Srinivasan Sundarrajan, Best Thing Happened to NIT Trichy ever?
The name, the principal or the director of the institute always profess to be the most disciplined. And if we contemplate, they should be. The walk of controlling complete...
Java Program for Exception Handling in Java
Exception handling is one of the most important topics in java. In this article, we have explained detail about exception handling in java and complete Java program for exception...
Object Oriented Programming Concepts | Asked in Many Interviews
"The most basic concept of object-oriented programming, as the name suggests, is an object. Since the concept of object-oriented programming came into the picture, programming...
Reliance Interview Questions for Graduate Engineer
Hi Guys, I am Vivek from NIT college. I am happy to share Reliance Interview Questions and my experience getting into Reliance Industries Limited. It is on-campus placement. I...
[Complete Program] How to Set Default Dictionary Python Value?
About Python Dictionary: Python Dictionary is a special data type in python which contains the data in the form of name-value pair. Every name gets mapped to the value. The...
Program to Check Palindrome String in C, Python
In this program, we check how to write the code to identify if the given string is palindrome or not. Before writing a program for palindrome you should know what is palindrome...
[Solved] Undefined reference to strrev | Error Code in C
You may come across this error "undefined reference to strrev" while coding in C. The function 'strrev' can be other string function. You may also be surprised- your code is...