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 is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
In c language can we compile a program without main() function?
Why c is called a mid level programming language?
What are control structures? What are the different types?
Explain what is output redirection?
Can we add pointers together?
Explain what is wrong with this program statement? Void = 10;
Why do we use namespace feature?
How many levels deep can include files be nested?
What are the modifiers available in c programming language?
show how link list can be used to repersent the following polynomial i) 5x+2
What is c value paradox explain?
Write a program to use switch statement.
What are the data types present in c?
Why is %d used in c?