write a program for input is 56 output will be 5+6=10?
Answer Posted / mani kandan.s
#include<stdio.h>
#include<conio.h>
void main()
{
int n,a,b;
clrscr();
printf("Enter the n value");
scanf("%d",&n);
a=n%10;
b=n/10;
printf("Result is=%d",a+b);
getch();
}
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Difference between software process model and software process.?
Explain how to share outlook calenders and the type of permissions you need to assign?
Difference in NS and TIA type HRC fuses
what is the use of typedef in c language?
What are your short and long term goals?
What is the main difference between binary and counting semaphore?
Please state briefly the reasons why you think you are an outstanding candidate for this job
what is mean by oracle?And how it is used?
can anybody send me the technical papers of hewitt associates pls...I cleared aps n GD n has only less time for technical round?
difference between a for loop and a while loop? what are its uses in c language?
I am from B.Tech back ground, i had Applied to do masters in Engineering management, and university gave Admission and sent I-20, if the interviewer asks why are doing masters in this field, even you are from B.Tech (information technology)? Can any one give me relevant answer, if interviewer asks that question
the controller valve fisher error: travel ??? not output input ok
hi i have selected for nda and could please send me the courses offered in nda regarding engineering and all other courses????
If you have two 132KV distance scheme and you are using fibre for comms but the two relays on are not compatible interms of comms what can you use to allow communication between the two relays.
how to count 4 column with two "and" condition in oracle? e.g task_type and cust_type and service_type are 3 column and we hv to count where task_type="new"and cust_type="jdp" and resulting column name will be new cust with jdp..and also we hv to count where task_type="new"and service_type="fs" resulting column name will be new cust with fs..