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
plz let me know how to become a telecom protocol tester. thank you.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
When can a far pointer be used?
How can I open a file so that other programs can update it at the same time?
Can you define which header file to include at compile time?
Is void a keyword in c?
Write a progarm to find the length of string using switch case?
How does placing some code lines between the comment symbol help in debugging the code?
Explain how do you print an address?
What is the size of enum in bytes?
What are predefined functions in c?
What are the scope of static variables?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How can I insert or delete a line (or record) in the middle of a file?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above