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 types of i/o functions?

685


What is the difference between call by value and call by reference in c?

621


why do some people write if(0 == x) instead of if(x == 0)?

657


What is the process of writing the null pointer?

611


What is null character in c?

695






Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1770


Explain how can you avoid including a header more than once?

607


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1858


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1881


What is indirection?

657


What is the use of #include in c?

585


What is the hardest programming language?

673


Explain how do you determine whether to use a stream function or a low-level function?

632


Why do some versions of toupper act strangely if given an upper-case letter?

636


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

985