manjunath


{ City } bangalore
< Country > india
* Profession * freshers engg
User No # 65092
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 # 11
Users Marked my Answers as Wrong # 2
Questions / { manjunath }
Questions Answers Category Views Company eMail




Answers / { manjunath }

Question { TCS, 36698 }

x=2,y=6,z=6
x=y==z;
printf(%d",x)


Answer

in memory first location hold value of x as 2....ofter
assigning x=y..x(6)<-y..value of x is overwritten because
memory location holds only one value at a time means now x
holds value as 6......

Is This Answer Correct ?    0 Yes 1 No

Question { 5706 }

difference between string and array?


Answer

string: its an array of any number of characters:

array:"its an collection of similar data items"-in the sense
ats collection of not only charecters even we can store
numbers.....

Is This Answer Correct ?    11 Yes 1 No