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

i want to know aptitude questions,technical questions

2 Answers  


program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

0 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


Write a C program to count the number of email on text

0 Answers  






Why doesn't C support function overloading?

2 Answers  


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


What is a macro?

0 Answers  


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


What is const volatile variable in c?

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


Categories