What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;
Answer Posted / bhagya
1
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain how do you convert strings to numbers in c?
What is ambagious result in C? explain with an example.
Tell us two differences between new () and malloc ()?
Is null valid for pointers to functions?
Explain how can I pad a string to a known length?
c program to compute AREA under integral
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What does sizeof function do?
Difference between macros and inline functions? Can a function be forced as inline?
What is pivot in c?
What is the use of extern in c?
Can you please explain the difference between syntax vs logical error?
What is the purpose of 'register' keyword in c language?
please explain every phase in the "SDLC" in the dotnet.
is it possible to create your own header files?