how many error occurs in C language ?
Answer Posted / mohmedali
errors depends on that programs and human mistakes.
| Is This Answer Correct ? | 20 Yes | 27 No |
Post New Answer View All Answers
What is the importance of c in your views?
How would you rename a function in C?
What are valid signatures for the Main function?
Explain what are header files and explain what are its uses in c programming?
How many data structures are there in c?
What is maximum size of array in c?
What is an lvalue in c?
Why does this code crash?
Explain what is the difference between #include and #include 'file' ?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is the basic structure of c?
What is malloc() function?
Explain how are 16- and 32-bit numbers stored?
What is New modifiers?
How can I read data from data files with particular formats?