abilash


{ City } chennai
< Country > india
* Profession * sw engg
User No # 77682
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 9
Users Marked my Answers as Wrong # 8
Questions / { abilash }
Questions Answers Category Views Company eMail




Answers / { abilash }

Question { 4671 }

Is following functions are said to be overloaded?

int add(int a,int b)

char *add(int a,int b)


Answer

Yes the said funtion add is overloaded.
But it is in ambiguous state because of passing element is
same.
Compiler will differ with the passing elements, but dont
consider the return value.
In this quiestion the two add funtion having two different
return type int & char * respectively.

I think the below one will be correct example for
overloaded function.

int add(int a,int b);

char *add(float a,int b);

Is This Answer Correct ?    8 Yes 7 No

Question { 4212 }

Hi Friends,
Myself shiwani i had 11 years gap in my study and rite now i
am 26 years,i enrolled myself in b.com and rite now i am in
my second year and also pursuing CS(company secretary)and
doing job in accounts department drawing 25000/-p.m,after
completing my graduation and some level of cs module,would
like to apply in mnc,would it matter to them that i had 11
years gap in study,kindly please help,me worried alot.


Answer

when did u dropped your studies ?. If it before 9th standard
its is fine -OR- you should have valid reason for the gap.

Is This Answer Correct ?    1 Yes 1 No