for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / guest
i=1i=1etc.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is difference between main and void main?
What is the scope of an external variable in c?
What are nested functions in c?
What is dangling pointer in c?
Do you know the difference between malloc() and calloc() function?
Why are all header files not declared in every c program?
What are the Advantages of using macro
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What are structural members?
How does selection sort work in c?
What is the use of the function in c?
can we have joblib in a proc ?
Is there any possibility to create customized header file with c programming language?
How do you redirect a standard stream?