Answer Posted / meenu
3 types of errors. logical , syntax and run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Where static variables are stored in c?
What is the purpose of scanf() and printf() functions?
Are there namespaces in c?
Can true be a variable name in c?
what is event driven software and what is procedural driven software?
What are the differences between new and malloc in C?
What's a good way to check for "close enough" floating-point equality?
What is difference between structure and union in c?
What are data types in c language?
What is unsigned int in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Can you please explain the difference between malloc() and calloc() function?
What is the use of getch ()?
What are variables c?
Are there constructors in c?