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
What is new line escape sequence?
What do you mean by c what are the main characteristics of c language?
Which is best linux os?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Can we declare variables anywhere in c?
What does a function declared as pascal do differently?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
which one is highest Priority in c? a)=,b)+,c)++,d)==
How can I make sure that my program is the only one accessing a file?
write a program to remove occurrences the word from entered text?
What is the advantage of an array over individual variables?
What are the types of macro formats?