Answer Posted / pressi
There are three types of errors in C
Compiler, Logical, Run-Time errors
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is function and its example?
Differentiate between the = symbol and == symbol?
What is clrscr in c?
What does do in c?
What 'lex' does?
What are formal parameters?
How do I read the arrow keys? What about function keys?
The file stdio.h, what does it contain?
What does nil mean in c?
Explain what is the stack?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is volatile c?
why return type of main is not necessary in linux
What is console in c language?