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 |
What is a 'null pointer assignment' error?
What is a program?
How many types of operators are there in c?
what is develop in c language
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.
What are the different pointer models in c?
how can write all 1to 100 prime numbers using for loop,if and break ?
what is bit rate & baud rate? plz give wave forms
What is 1f in c?
what are two kinds of java
wat are the two methods for swapping two numbers without using temp variable??