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 nested structure in c?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
ratio,age,persentage
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
What is use of bit field?
difference between semaphores and mutex?
How do you declare a variable that will hold string values?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
What is the difference between array_name and &array_name?
What is function pointer c?
What are all different types of pointers in c?
What are the characteristics of arrays in c?