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
What is keyword in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is I ++ in c programming?
What is the use of define in c?
What are the disadvantages of c language?
What is the use of in c?
Is calloc better than malloc?
What does 3 mean in texting?
How does pointer work in c?
What is a constant and types of constants in c?
What is difference between constant pointer and constant variable?
What are global variables and explain how do you declare them?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is function in c with example?
Can you write a programmer for FACTORIAL using recursion?