How to add two numbers without using arithmetic operators?
Answer Posted / nitish
why cant we just or the two numbers
| Is This Answer Correct ? | 9 Yes | 20 No |
Post New Answer View All Answers
What is a program flowchart and how does it help in writing a program?
int i=10; printf("%d %d %d", i, i=20, i);
What is the purpose of main( ) in c language?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is nested structure?
How can I recover the file name given an open stream?
What is a class c rental property?
I have a varargs function which accepts a float parameter?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain the use of keyword 'register' with respect to variables.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
How does selection sort work in c?
How do I convert a string to all upper or lower case?
What is pointer and structure in c?
code for find determinent of amatrix