sum of two integers values only other then integer it should print invalid input.



sum of two integers values only other then integer it should print invalid input...

Answer / 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

More C Interview Questions

What is the difference between the expression “++a” and “a++”?

0 Answers  


Difference between Function to pointer and pointer to function

0 Answers  


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


What's the total generic pointer type?

0 Answers  


what is data structure?

5 Answers   CBSE,


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


plz answer..... a program that reads non-negative integer and computes and prints its factorial

2 Answers  


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


What does static mean in c?

1 Answers  


Explain about the constants which help in debugging?

0 Answers  


program to find the ASCII value of a number

8 Answers  


Categories