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 is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
What is the data segment that is followed by c?
What is the sizeof () a pointer?
What are the differences between new and malloc in C?
What are the features of the c language?
write a program to check whether a number is Peterson or not.
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is #include conio h?
sum of two integers values only other then integer it should print invalid input.
What is the c value paradox and how is it explained?
FILE PROGRAMMING