What is undefined behavior?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the translation phases used in c language?

821


What is the use of the function in c?

779


Write a program to swap two numbers without using the third variable?

792


How can I pad a string to a known length?

781


Explain how do I determine whether a character is numeric, alphabetic, and so on?

869


What are formal parameters?

845


How can you access memory located at a certain address?

847


Explain what is a 'locale'?

778


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

917


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5347


What is structure of c program?

794


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2552


write a c program in such a way that if we enter the today date the output should be next day's date.

1899


What are type modifiers in c?

799


What is d scanf?

777