What is an endless loop?


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

Post New Answer

More C Interview Questions

What is pre-emptive data structure and explain it with example?

0 Answers  


how to swap 4 number without using temporary number?

2 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


What does %p mean c?

0 Answers  


What is the c value paradox and how is it explained?

0 Answers  






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  


How a string is stored in c?

0 Answers  


What are pointers? Why are they used?

0 Answers  


int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


Write a program to swap two numbers without using the third variable?

0 Answers  


Explain the term printf() and scanf() used in c language?

0 Answers  


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


Categories