int a=0,b=2;
if (a=0)
b=0;
else
b=*10;
What is the value of b ?
Answer Posted / sonukrrock
20
| Is This Answer Correct ? | 28 Yes | 11 No |
Post New Answer View All Answers
Which is better between malloc and calloc?
Explain what are binary trees?
Is swift based on c?
How is a macro different from a function?
Explain why can’t constant values be used to define an array’s initial size?
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
In a header file whether functions are declared or defined?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is assert and when would I use it?
What is the difference between %d and %i?
Explain can you assign a different address to an array tag?
Why doesnt the call scanf work?
What does main () mean in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Why c is known as a mother language?