how many times of error occur in C

Answer Posted / ram

4 logical,syntax,linking,runtime error

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 data types?

764


Are the variables argc and argv are local to main?

1001


Why C language is a procedural language?

797


Which is better oop or procedural?

809


Can you please explain the difference between exit() and _exit() function?

813


What is const and volatile in c?

783


What are the advantages of using new operator as compared to the function malloc ()?

1055


Tell me about low level programming languages.

863


How are portions of a program disabled in demo versions?

1003


What is the main difference between calloc () and malloc ()?

832


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

914


In a byte, what is the maximum decimal number that you can accommodate?

880


Explain what are the different data types in c?

948


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

913


Why flag is used in c?

845