the statement while(i) puts the entire logic in loop. this loop is called
a) indefinite loop
b) definite loop
c) loop syntax wrong
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
How many keywords (reserve words) are in c?
What are the advantages of c language?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
when to use : in c program?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
How can I recover the file name given an open stream?
Is c is a procedural language?
a 'c' program to tell that the set of three coordinates lie on a same line
In which category does main function belong??
Explain high-order and low-order bytes.