What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;
Answer Posted / shruti
y = 7..
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What's the difference between constant char *p and char * constant p?
Explain how can I convert a number to a string?
Define VARIABLE?
Ow can I insert or delete a line (or record) in the middle of a file?
Lists the benefits of c programming language?
How many types of arrays are there in c?
Explain how do you list a file’s date and time?
How do you list files in a directory?
What is the scope of an external variable in c?
why return type of main is not necessary in linux
What is the difference between %d and %i?
hi send me sample aptitude papers of cts?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Write a program in c to replace any vowel in a string with z?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode