what is diognisis?

Answer Posted / savita

Finding the error and fixing it is diagnosis.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1495


How can I write functions that take a variable number of arguments?

633


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1502


What is far pointer in c?

817


Is main is a keyword in c?

616






Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

670


What is the difference between a function and a method in c?

569


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1378


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

733


Are the variables argc and argv are local to main?

795


What is variable and explain rules to declare variable in c?

560


What is c programming structure?

626


What does static variable mean in c?

659


What is the use of typedef in structure in c?

551


What is a structure and why it is used?

626