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 |
Why c is a procedural language?
Write a code of a general series where the next element is the sum of last k terms.
What is sizeof return in c?
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
How do you write a program which produces its own source code as its output?
what is the diffrenet bettwen HTTP and internet protocol
What is define c?
int far *near * p; means
What is the difference between text and binary modes?
What are qualifiers in c?
How can you access memory located at a certain address?
write a program without using main function?