how many times of error occur in C

Answer Posted / ambar

3 types of errors in c are:
symmantic error(logical error)
syntax error(language gramatical error)
run time error(compilation or executing error)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hash table in c?

767


What are valid signatures for the Main function?

938


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2010


Which is best book for data structures in c?

812


What is a class c rental property?

847


How many bytes are occupied by near, far and huge pointers (dos)?

896


Write a program to show the change in position of a cursor using c

806


Why is structure important for a child?

824


What is c language used for?

719


What is a wrapper function in c?

826


What are the different file extensions involved when programming in C?

1004


Can we compile a program without main() function?

863


How can I sort more data than will fit in memory?

876


find the sum of two matrices and WAP for it.

881


What is difference between %d and %i in c?

890