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
Define Spanning-Tree Protocol (STP)
How can I find out if there are characters available for reading?
What is clrscr ()?
How do I get an accurate error status return from system on ms-dos?
Which type of language is c?
Why does everyone say not to use scanf? What should I use instead?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Does sprintf put null character?
Describe newline escape sequence with a sample program?
What are variables and it what way is it different from constants?
using only #include
Differentiate between new and malloc(), delete and free() ?
What are the types of functions in c?
What is the use of extern in c?
Simplify the program segment if X = B then C ← true else C ← false