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 |
write an algorithm to display a square matrix.
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
There seem to be a few missing operators ..
Magic square
What Is The Difference Between Null And Void Pointer?
What is a pragma?
Explain do array subscripts always start with zero?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Explain what is the benefit of using enum to declare a constant?
how to multiply two number taking input as a string (considering sum and carry )
What is #include called?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.