What is infinite loop?


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

Post New Answer

More C Interview Questions

Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


What is difference between && and & in c?

0 Answers  


What does the function toupper() do?

0 Answers  


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  






What is data types?

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


Why can’t we compare structures?

0 Answers  


Explain what are its uses in c programming?

0 Answers  


What are the advantages and disadvantages of c language?

0 Answers  


Categories