Answer Posted / seng rattana
An array is a group of program elements in the same type
stored in memory locations which can be individually
referenced by adding an index to a unique identifier.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Explain how do you convert strings to numbers in c?
What are all different types of pointers in c?
Explain modulus operator. What are the restrictions of a modulus operator?
What is difference between && and & in c?
What should malloc() do?
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
Why does notstrcat(string, "!");Work?
can we implement multi-threads in c.
Explain the meaning of keyword 'extern' in a function declaration.
Explain what is a 'locale'?
What is an lvalue?
Explain which function in c can be used to append a string to another string?
while initialization of array why we use a[][2] why not a[2][]...?