What is undefined behavior?
Answer / nashiinformaticssolutions
A program behavior that is not defined by the C standard, e.g., dividing by zero.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program to swap two numbers without using third variable?
What is the difference between formatted&unformatted i/o functions?
different between overloading and overriding
which is faster execution: loops or recursion?
Explain the difference between structs and unions in c?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What are identifiers and keywords in c?
what is the maximum no. of bytes calloc can allocate
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the purpose of ftell?
What is a constant?
When is a null pointer used?