int a=0,b=2;
if (a=0)
b=0;
else
b=*10;
What is the value of b ?

Answer Posted / guest

0

Is This Answer Correct ?    8 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the use of fflush() function?

605


Do you know the use of 'auto' keyword?

664


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2651


What is c preprocessor mean?

797


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

750






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

2862


What are different types of variables in c?

573


What is p in text message?

542


why do some people write if(0 == x) instead of if(x == 0)?

656


How can you tell whether two strings are the same?

836


What are different types of operators?

600


What is meant by realloc()?

680


What is a static variable in c?

671


What is memcpy() function?

624


What is a 'null pointer assignment' error?

728