Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is undefined behavior?



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

Post New Answer

More C Interview Questions

can we declare a function in side the structure?

2 Answers   HCL,


can we store values and addresses in the same array? explain

3 Answers   TCS,


What is data structure in c language?

0 Answers  


What is C++

4 Answers  


Why is c so important?

0 Answers  


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.

3 Answers   SilverKey,


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


What is getch c?

0 Answers  


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


Categories