x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / manjunath kusagur
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 |
Post New Answer View All Answers
What is sizeof array in c?
What is the difference between text and binary i/o?
Describe explain how arrays can be passed to a user defined function
Why functions are used in c?
How can I find the modification date of a file?
Give differences between - new and malloc() , delete and free() ?
hi any body pls give me company name interview conduct "c" language only
How can I convert a number to a string?
What is the difference between struct and union in C?
How many types of errors are there in c language? Explain
What is the -> in c?
what are bit fields in c?
What 'lex' does?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are the 4 types of organizational structures?