Answer Posted / r.prasad
c means nothing.
after b language it was developed so that they were giving
name as c language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I read and write comma-delimited text?
What is use of integral promotions in c?
Does * p ++ increment p or what it points to?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
How do you convert strings to numbers in C?
Should I learn data structures in c or python?
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 array of structure in c?
What should malloc(0) do?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Explain what is the stack?
What is the difference between local variable and global variable in c?
What are derived data types in c?
How #define works?
What is a void pointer in c?