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
formula to convert 2500mmh2o into m3/hr
What is the purpose of sprintf?
Explain how do you print only part of a string?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What should malloc(0) do?
What is the mean of function?
Write a factorial program using C.
Explain high-order bytes.
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
What is printf () in c?
What is 2c dna?
What is union and structure in c?
What is line in c preprocessor?
Differentiate between calloc and malloc.
Why c is called free form language?