explain 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

develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


What is a 'null pointer assignment' error?

0 Answers  


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


what is c++ programming?

3 Answers   TCS,


What is the use of define in c?

0 Answers  






Why functions are used in c?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


What is the difference between %d and %i?

0 Answers  


What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


Can you apply link and association interchangeably?

0 Answers   InterGraph,


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


Categories