Answer Posted / abirami
it is used to check the various type of cases in one program.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Which function in C can be used to append a string to another string?
What does stand for?
What are the keywords in c?
Why does everyone say not to use gets?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Explain bit masking in c?
What are the __date__ and __time__ preprocessor commands?
What is difference between union and structure in c?
program to convert a integer to string in c language'
Suggesting that there can be 62 seconds in a minute?
What are operators in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the use of header files?
write a progrmm in c language take user interface generate table using for loop?
How do you search data in a data file using random access method?