Find the O/p of the following
1)
#include
int main()
{
char c='1';
int j=atoi(c);
}
Answer Posted / vinay
It will execute
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What is the use of a conditional inclusion statement in C?
What is the use of extern in c?
explain what is a newline escape sequence?
What is meant by realloc()?
What is a far pointer in c?
what is the difference between 123 and 0123 in c?
Explain high-order bytes.
What are the different file extensions involved when programming in C?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
How can you determine the maximum value that a numeric variable can hold?
Tell me what is the purpose of 'register' keyword in c language?
What are pointers really good for, anyway?
What is the description for syntax errors?
What is a protocol in c?
What do you mean by dynamic memory allocation in c?