how to add numbers without using arithmetic operators.
Answer Posted / srikanth
int main()
{
int a=3,b=5;
printf("
%d
",printf("%*c%*c",a,' ' ,b,' '));
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the syallabus of computer science students in group- 1?
What are global variables?
How do I convert a string to all upper or lower case?
Tell me what is null pointer in c?
What is realloc in c?
What is queue in c?
What do the functions atoi(), itoa() and gcvt() do?
What is the best organizational structure?
What is the meaning of c in c language?
What is c language & why it is used?
What does int main () mean?
How to write a multi-statement macro?
What is call by reference in functions?
Is this program statement valid? INT = 10.50;
What are near, far and huge pointers?