Answer Posted / preethi
2 types of error. syntax error and segmentation fault
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Is it possible to execute code even after the program exits the main() function?
What is the heap in c?
What is linear search?
How can I discover how many arguments a function was actually called with?
How can I do peek and poke in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Explain how can I right-justify a string?
What is the size of structure in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Write a C program in Fibonacci series.
Tell me about low level programming languages.
Explain about the functions strcat() and strcmp()?
What is the difference between far and near in c?
What does volatile do?