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
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
what is disadvantage of pointer in C
How to set a variable in the environment list?
can you change name of main()?how?
A C E G H +B D F A I ------------ E F G H D
What is register variable in c language?
What are the concepts introduced in OOPs?
What is the difference between constant pointer and pointer to a constant. Give examples.
write a program to print the all 4digits numbers & whose squares must me even numbers?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
what is the importance of spanning tree?
What are the types of assignment statements?