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 |
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Can anyone tell what is stack overflow? what precaution we should take?
How does the C program handle segmentation faults?
Why clrscr is used after variable declaration?
WHOT IS CHAR?
Write a program to identify if a given binary tree is balanced or not.
How do I send escape sequences to control a terminal or other device?
write an algorithm and a program to count the number of elements in a circularly singly linked list
How to avoid buffer overflow?
What is the difference between far and near ?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
What is the exact difference between '\0' and ""