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...

Find the O/p of the following
1)
#include
int main()
{
char c='1';
int j=atoi(c);
}

Answer Posted / ram

segmentation fault

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wrong with this declaration?

1160


What is the difference between break and continue?

1689


Which is better between malloc and calloc?

1257


What is console in c language?

1144


What is the difference between the expression “++a” and “a++”?

1276


What is the difference between call by value and call by reference in c?

1216


Who is the founder of c language?

1227


What is the difference between test design and test case design?

2136


Explain bitwise shift operators?

1321


Explain spaghetti programming?

1321


What is null in c?

1160


program for reversing a selected line word by word when multiple lines are given without using strrev

2540


What is the difference between the local variable and global variable in c?

1017


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2416


write a program to display all prime numbers

2024