What are the different types of endless loops?


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

Post New Answer

More C Interview Questions

What is far pointer in c?

0 Answers  


What is signed and unsigned?

0 Answers  


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


How can I read a binary data file properly?

0 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,






Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 Answers   ME, Synfusion, Wipro,


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


Is c procedural or object oriented?

0 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


Categories