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

Answer Posted / vinay

It will execute

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where static variables are stored in memory in c?

521


Explain how are portions of a program disabled in demo versions?

649


What is the use of getchar() function?

624


Is c procedural or functional?

582


How do you print only part of a string?

609






What is the difference between c &c++?

643


Do variables need to be initialized?

616


Explain zero based addressing.

604


Explain the use of 'auto' keyword

676


What is static and auto variables in c?

563


Differentiate between declaring a variable and defining a variable?

602


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

609


Is python a c language?

550


What is the use of define in c?

592


What does double pointer mean in c?

574