how many error occurs in C language ?
Answer Posted / gracy
when the question is correct the answer will be correct
with out errors
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is ## preprocessor operator in c?
what is the difference between 123 and 0123 in c?
What is this infamous null pointer, anyway?
What is c language used for?
How do you define structure?
What are the benefits of organizational structure?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
write a program to rearrange the array such way that all even elements should come first and next come odd
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain how can I convert a number to a string?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the difference between typedef and #define?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Do pointers take up memory?