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 is file in c preprocessor?
How can a number be converted to a string?
What is a node in c?
What is a double c?
Should I learn c before c++?
How can you read a directory in a C program?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What tq means in chat?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is zero based addressing?
What is a buffer in c?
What is sizeof return in c?
Is that possible to add pointers to each other?
How would you use the functions fseek(), freed(), fwrite() and ftell()?