sum of two integers values only other then integer it should print invalid input.
Answer Posted / ahamadbasha
sample output 1
4
5
sum=9
sample output 2
a
b
invalid input
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain two-dimensional array.
What is binary tree in c?
By using C language input a date into it and if it is right?
What is file in c language?
Who developed c language?
What is the symbol indicated the c-preprocessor?
How can I delete a file?
How to set file pointer to beginning c?
How would you obtain the current time and difference between two times?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
explain what is a newline escape sequence?
what are the different storage classes in c?
What is a void pointer? When is a void pointer used?
What is void c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?