what is diognisis?



what is diognisis?..

Answer / savita

Finding the error and fixing it is diagnosis.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

WHAT IS C?

6 Answers  


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


What does c mean before a date?

0 Answers  


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,






who is the editor of 'pokemon'?

1 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


Categories