Monthly Archives: 2009年September

LinkedIn Profile vs Paper Resume

Resume vs Linkedin This presentation articulates the advantages of having a LinkedIn profile over a traditional résumé. Paper Résumé is soon going to be a passé and LinkedIn is the way to go!

"Do you have any questions" – at the end of an interview

If the title of this post implied to you that this post is going to tell you the questions that should be asked by a candidate at the end of an interview, I apologize; this post is not going tel......

Effective Job Interviewing From Both Sides of the Desk

Effective Job Interviewing From Both Sides of the Desk View more documents from Andy Lester. This is an excellent presentation by Andy Lester who writes The Working Geek- A blog for Job hunting......

Roundup of C Interview Programs

Roundup of all Interview programs in Interview Mantra. Write a program to find factorial of the given number. Write a program to illustrate pass by value. Write a program to illustrate pass by ......

Interview Questions on Structures in C

A set of interview questions on structures in C. What is a structure? What are the differences between structures and unions? What are the advantages of using unions? How can you use typedef ......

Interview Questions on Functions in C

A set of questions on functions in C, covered in Interview Mantra. What is the purpose of main() function? Explain command line arguments of main function? What are header files? Are function......

Interview Questions on Operators and Constants in C

How to swap two numbers using bitwise operators? Which bitwise operator is suitable for checking whether a particular bit is ON or OFF? Which bitwise operator is suitable for turning OFF a par......

Interview Questions on Variables and Storage classes in C

What is the difference between declaring a variable and defining a variable? What is a static variable? What is a register variable? Where is an auto variables stored? What is scope & sto......

Interview Questions on Pointers in C

What is a pointer in C? What are the advantages of using pointers? How is pass by reference achieved using pointers in C? What are the differences between malloc() and calloc()? How to use r......

Answers to Twitter Quiz -2 on C language

This quiz is a past event on Twitter. Twitter Quiz is unique format of quiz conducted by Interview Mantra. It is a short quiz of 10 questions. This quiz was on C Language. Read more about Interv......