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

Answer Posted / arka sen

it will give the ASCII Value of char C.

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of pointers in C?

622


What is structure pointer in c?

574


What are the two types of functions in c?

567


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

649


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

837






Does sprintf put null character?

604


What is the translation phases used in c language?

637


If errno contains a nonzero number, is there an error?

807


What are runtime error?

630


How do I use void main?

635


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1709


How do we open a binary file in Read/Write mode in C?

681


What is c language and why we use it?

625


What is the code for 3 questions and answer check in VisualBasic.Net?

1695


What does 1f stand for?

614