how to add numbers without using arithmetic operators.
Answer Posted / mokka samy
use the variable u can get it
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Can we declare variable anywhere in c?
Is there any possibility to create customized header file with c programming language?
What is nested structure in c?
If I have a char * variable pointing to the name of a function ..
Explain what are bus errors, memory faults, and core dumps?
What Is The Difference Between Null And Void Pointer?
What are static variables in c?
List the variables are used for writing doubly linked list program.
How to set file pointer to beginning c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Why static variable is used in c?
How do you print only part of a string?
write a program fibonacci series and palindrome program in c
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year