What is the difference between CV and Resume ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mchilakala
A Resume is aform which is having one or two page summary
of your skills, and education not experience. ,
a Curriculum Vitae is having more than 2 pages. In which
you can include your skills, educational details and
experience along with project report.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are types of preprocessor in c?
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How can I discover how many arguments a function was actually called with?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
write a program to print data of 5 five students with structures?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
which type of aspect you want from the student.
code for copying two strings with out strcpy() function.
What is the difference function call by value & function call by reference?