write a addition of two no. program with out using
printf,scanf,puts .
Answer Posted / honey
void main()
{
char a,;
int i;
for(i=0;i<5;i++)
{
a=getchar();
}
for(i=0;i<5;i++)
{
putchar(a)l
}
}
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Define and explain about ! Operator?
How do you convert strings to numbers in C?
What is the value of c?
What are header files why are they important?
What is indirection in c?
How do you view the path?
Explain what is the difference between functions abs() and fabs()?
What are derived data types in c?
write a proram to reverse the string using switch case?
How do you list a file’s date and time?
How to explain the final year project as a fresher please answer with sample project
What is variables in c?
What are the advantages of c language?
What are the advantages of Macro over function?
Explain what is the purpose of "extern" keyword in a function declaration?