why Language C is plateform dependent
Answer Posted / mumtaz begum
c is a Structure oriented programming language n it doesn't generate any byte code which can't be run on any operating system with this disadvantage C doen't bcome a platform independent..
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain 'bus error'?
What are the back slash character constants or escape sequence charactersavailable in c?
If you know then define #pragma?
Difference between constant pointer and pointer to a constant.
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is static volatile in c?
Are the variables argc and argv are always local to main?
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 return type of main is not necessary in linux
What is switch in c?
What are runtime error?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
I heard that you have to include stdio.h before calling printf. Why?
List a few unconditional control statement in c.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.