Answer Posted / babu
Declaraton an obj const announces that its value will not
be changed;declaring it Volatile announces that it has
special properties relevent to optimization[change].
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
Write a program to print fibonacci series using recursion?
What does volatile do?
What is the difference between fread buffer() and fwrite buffer()?
Can you please explain the scope of static variables?
What is double pointer?
What is the heap in c?
Is c easy to learn?
Why #include is used in c language?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Can a variable be both constant and volatile?
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 difference between array and structure in c?
what is a constant pointer in C
Can you define which header file to include at compile time?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference