Answer Posted / shani jaiswal
main()
{
static int i=0;
printf("%d",i);
i++;
main();
return 0;
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is meant by high-order and low-order bytes?
Linked lists -- can you tell me how to check whether a linked list is circular?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Wt are the Buses in C Language
What is the purpose of 'register' keyword?
Write a program to swap two numbers without using third variable in c?
Explain what is a const pointer?
Why is c so popular?
What is the most efficient way to count the number of bits which are set in an integer?
What is "Duff's Device"?
What is meant by inheritance?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is the advantage of c?
What is function definition in c?