errors in computer programmes are called



errors in computer programmes are called ..

Answer / pravin

bugs.

Is This Answer Correct ?    17 Yes 0 No

Post New Answer

More C Interview Questions

If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


What is variable in c with example?

1 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


how to find that no is int or float?

5 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


What are the complete rules for header file searching?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

0 Answers  


Why is sprintf unsafe?

0 Answers  


Write the control statements in C language

0 Answers   Atos Origin,


Which is an example of a structural homology?

0 Answers  


Categories