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);
}

Answers were Sorted based on User's Feedback



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

Answer / vinay

It will execute

Is This Answer Correct ?    18 Yes 5 No

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

Answer / arka sen

it will give the ASCII Value of char C.

Is This Answer Correct ?    10 Yes 6 No

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

Answer / ram

segmentation fault

Is This Answer Correct ?    3 Yes 0 No

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

Answer / g

49

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More C Interview Questions

What are comments and how do you insert it in a C program?

0 Answers  


How do you construct an increment statement or decrement statement in C?

0 Answers  


Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]

2 Answers  


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


What are qualifiers and modifiers c?

0 Answers  


What does extern mean in a function declaration?

4 Answers  


write a string copy function routine?

2 Answers  


What does nil mean in c?

0 Answers  


What is indirection in c?

0 Answers  


to convert a string without using decrement operater and string functions

1 Answers  


when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .

4 Answers  


Explain Function Pointer?

0 Answers   Wipro,


Categories