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

Answer Posted / g

49

Is This Answer Correct ?    9 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null valid for pointers to functions?

614


Write a program to print factorial of given number using recursion?

606


How to throw some light on the b tree?

606


How can I find the modification date of a file?

706


Explain how can I prevent another program from modifying part of a file that I am modifying?

642






Explain what is the difference between functions abs() and fabs()?

621


Why c is called free form language?

574


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

643


Can we access the array using a pointer in c language?

564


What is nested structure with example?

625


Can a local variable be volatile in c?

579


What is break in c?

588


Explain continue keyword in c

589


Can we declare variables anywhere in c?

580


Is the exit() function same as the return statement? Explain.

665