Explain the use of 'auto' keyword in c programming?
Why should I use standard library functions instead of writing my own?
What is the size of a union variable?
Is javascript based on c?
Explain 'bus error'?
Explain what are binary trees?
Tell me what is the purpose of 'register' keyword in c language?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Is c still relevant?
Can a pointer be volatile in c?
Are c and c++ the same?
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 are structure types in C?
How can this be legal c?
What is the difference between functions abs() and fabs()?