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 does *p++ do? What does it point to?
Explain heap and queue.
Explain why c is faster than c++?
When the macros gets expanded?
What is the use of putchar function?
What are terms in math?
Why are all header files not declared in every c program?
Write a program to check armstrong number in c?
explain how do you use macro?
What is #include stdlib h?
What is the best way of making my program efficient?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is a rvalue?
Tell me what are bitwise shift operators?
Explain the difference between structs and unions in c?