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


Please Help Members By Posting Answers For Below Questions

hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1462


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1475


What is the use of the function in c?

594


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

640


Are pointers integer?

545






Under what circumstances does a name clash occur?

686


What are the primitive data types in c?

570


Where are c variables stored in memory?

592


Tell me what are bitwise shift operators?

654


Explain what is meant by high-order and low-order bytes?

631


Compare array data type to pointer data type

596


Why does notstrcat(string, "!");Work?

639


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

637


Write a program to print factorial of given number using recursion?

599


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

629