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

wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


How do you determine whether to use a stream function or a low-level function?

0 Answers  


where can function pointers be used?

2 Answers  


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


Explain b+ tree?

0 Answers  






Write a program to print fibonacci series without using recursion?

0 Answers  


What is string constants?

0 Answers  


What is a function simple definition?

0 Answers  


Do you know the difference between exit() and _exit() function in c?

0 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


What is pass by reference in c?

0 Answers  


Categories