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
What is the translation phases used in c language?
What is the use of the function in c?
Write a program to swap two numbers without using the third variable?
How can I pad a string to a known length?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are formal parameters?
How can you access memory located at a certain address?
Explain what is a 'locale'?
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
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
What is structure of c program?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
write a c program in such a way that if we enter the today date the output should be next day's date.
What are type modifiers in c?
What is d scanf?