Answer Posted / reshma
void main()
{
int i=0;
while(1)
{
printf("%d",&i);
i++;
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should the register modifier be used? Does it really help?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Explain the difference between #include "..." And #include <...> In c?
diff between exptected result and requirement?
Does free set pointer to null?
Explain void pointer?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is meant by inheritance?
What are 3 types of structures?
What are dangling pointers? How are dangling pointers different from memory leaks?
Explain high-order and low-order bytes.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Tell me when is a void pointer used?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset