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
What is hash table in c?
What are valid signatures for the Main function?
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.
Which is best book for data structures in c?
What is a class c rental property?
How many bytes are occupied by near, far and huge pointers (dos)?
Write a program to show the change in position of a cursor using c
Why is structure important for a child?
What is c language used for?
What is a wrapper function in c?
What are the different file extensions involved when programming in C?
Can we compile a program without main() function?
How can I sort more data than will fit in memory?
find the sum of two matrices and WAP for it.
What is difference between %d and %i in c?