Find the O/p of the following
1)
#include
int main()
{
char c='1';
int j=atoi(c);
}
Answers were Sorted based on User's Feedback
What is wild pointer in c with example?
What is realloc in c?
Why array is used in c?
Where local variables are stored in c?
swap two integer variables without using a third temporary variable?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How can I generate floating-point random numbers?
What is the use of the restrict keyword?
If I have a char * variable pointing to the name of a function ..
What is structure padding and packing in c?
What is c mainly used for?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none