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
What are the two types of functions in c?
praagnovation
Why is c so powerful?
What is the purpose of 'register' keyword?
What is a floating point in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Do you know null pointer?
if p is a string contained in a string?
How do I get a null pointer in my programs?
What is the heap?
What is function what are the types of function?
Write a program to print numbers from 1 to 100 without using loop in c?
Is there any data type in c with variable size?
How to set file pointer to beginning c?
Is c pass by value or reference?