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
Is null valid for pointers to functions?
Tell us the use of fflush() function in c language?
What is difference between structure and union in c programming?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
How are structure passing and returning implemented?
Why is c still so popular?
What are header files why are they important?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How many types of arrays are there in c?
code for find determinent of amatrix
Is array a primitive data type in c?
What are the types of data structures in c?
What type of function is main ()?
What is the purpose of main( ) in c language?