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

What are the standard predefined macros?

629


What is the use of function overloading in C?

675


C language questions for civil engineering

1235


What is atoi and atof in c?

612


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

625






A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

647


How can I implement sets or arrays of bits?

601


Wt are the Buses in C Language

2749


code for quick sort?

1618


State the difference between x3 and x[3].

648


Differentiate between a for loop and a while loop? What are it uses?

664


When a c file is executed there are many files that are automatically opened what are they files?

589


What does void main () mean?

729


Write a program to swap two numbers without using third variable in c?

613


How do you define a string?

649