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 structure padding and packing in c?
What is a lookup table in c?
What is call by reference in functions?
What is huge pointer in c?
What does int main () mean?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are high level languages like C and FORTRAN also known as?
What is openmp in c?
What is the use of getchar functions?
What is the stack in c?
What is auto keyword in c?
Why we use void main in c?
What is the use of a ‘ ’ character?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Write a program to use switch statement.