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
Can 'this' pointer by used in the constructor?
What is openmp in c?
When the macros gets expanded?
What are # preprocessor operator in c?
Why we use stdio h in c?
Explain what are run-time errors?
Write a program to reverse a given number in c language?
Explain the difference between malloc() and calloc() function?
How is a null pointer different from a dangling pointer?
string reverse using recursion
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the difference between near, far and huge pointers?
What is meant by operator precedence?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How can I find the modification date and time of a file?