Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between CV and Resume ?

Answers were Sorted based on User's Feedback



What is the difference between CV and Resume ?..

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

What is the difference between CV and Resume ?..

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

Post New Answer

More C Interview Questions

What is the difference between array and pointer?

0 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


What are global variables and explain how do you declare them?

0 Answers  


How is actual parameter different from the formal parameter?

0 Answers  


Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 Answers   Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,


How to write a code for reverse of string without using string functions?

0 Answers   TCS,


How can I make sure that my program is the only one accessing a file?

0 Answers  


What is difference between structure and union in c programming?

0 Answers  


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

0 Answers  


Write a program to generate the Fibinocci Series

0 Answers   TISL,


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


Categories