Find the O/p of the following
1)
#include
int main()
{
char c='1';
int j=atoi(c);
}
Answer Posted / ram
segmentation fault
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What does != Mean in c?
Explain what is the difference between a string and an array?
What is pointer to pointer in c language?
how many key words availabel in c a) 28 b) 31 c) 32
How can I split up a string into whitespace-separated fields?
Explain the use of keyword 'register' with respect to variables.
Why is c called "mother" language?
What is boolean in c?
How can you tell whether two strings are the same?
What is #ifdef ? What is its application?
What is else if ladder?
why do some people write if(0 == x) instead of if(x == 0)?
Explain setjmp()?
How do you list a file’s date and time?