Find the O/p of the following
1)
#include
int main()
{
char c='1';
int j=atoi(c);
}
Answers were Sorted based on User's Feedback
What are static functions?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
What is a nested loop?
int *a[5] refers to
what is real time system?what is the differance between hard and soft real time systems
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
What is meant by initialization and how we initialize a variable?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What is function pointer c?
What is the purpose of clrscr () printf () and getch ()?
wt is d full form of c
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>