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 line in c preprocessor?
When should a type cast not be used?
What is the most efficient way to store flag values?
What is a program flowchart and how does it help in writing a program?
Difference between constant pointer and pointer to a constant.
Can you please explain the difference between exit() and _exit() function?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How to set file pointer to beginning c?
Write a c program to demonstrate character and string constants?
What is the difference between printf and scanf )?
What do you mean by dynamic memory allocation in c? What functions are used?
application attempts to perform an operation?
What are the applications of c language?
What is const volatile variable in c?