How many loops are there in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


Explain how can I manipulate strings of multibyte characters?

0 Answers  


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  


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,






What are enumerated types?

0 Answers  


wats SIZE_T meant for?

1 Answers  


How can I send mail from within a c program?

0 Answers  


Write a program to find the given number is odd or even without using any loops(if,for,do,while)

4 Answers   CNC, Gokul,


List the difference between a While & Do While loops?

0 Answers   Accenture,


how to implement stack operation using singly linked list

2 Answers  


What is the use of putchar function?

0 Answers  


Categories