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
How is null defined in c?
What is a class c rental property?
What is difference between arrays and pointers?
Which is the best website to learn c programming?
Explain how can you restore a redirected standard stream?
What is the usage of the pointer in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Do you know what are bitwise shift operators in c programming?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Explain what does it mean when a pointer is used in an if statement?
What is indirection in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Can the size of an array be declared at runtime?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?