Answer Posted / ravi
A resume is a one or two page summary of your skills,
experience and education. While a resume is brief and
concise - no more than a page or two, a Curriculum Vitae is
a longer (at least two page) and more detailed synopsis.
A Curriculum Vitae includes a summary of your educational
and academic backgrounds as well as teaching and research
experience, publications, presentations, awards, honors,
affiliations and other details.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is merge sort in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are the 4 types of functions?
Explain the advantages of using macro in c language?
What is the process of writing the null pointer?
What is variable declaration and definition in c?
Explain what are compound statements?
Explain what is a 'locale'?
Why calloc is better than malloc?
What is the difference between a string and an array?
Why c language is called c?
Write a program to check armstrong number in c?
When should a type cast be used?
Is printf a keyword?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)