read the folllowing code
# define MAX 100
# define MIN 100
....
....
if(x>MAX)
x=1;
else if(x<MIN)
x=-1;
x=50;
if the initial value of x=200,what is the vlaue after
executing this code?
a.200
b.1
c.-1
d.50

Answer Posted / fazlur rahaman naik

the right answer is d.

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean when the linker says that _end is undefined?

625


In a byte, what is the maximum decimal number that you can accommodate?

624


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1477


What is linear search?

672


Can I initialize unions?

585






Difference between exit() and _exit() function?

651


I have seen function declarations that look like this

593


Explain data types & how many data types supported by c?

578


What is the difference between typedef struct and struct?

592


What is function and its example?

621


What is a substring in c?

583


Write program to remove duplicate in an array?

595


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2854


How can I recover the file name given an open stream or file descriptor?

588


What is structure data type in c?

563