Answer Posted / sasa
step 1.
a=b,b=a
| Is This Answer Correct ? | 0 Yes | 35 No |
Post New Answer View All Answers
Differentiate between calloc and malloc.
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What are the characteristics of arrays in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Explain the use of keyword 'register' with respect to variables.
What is wrong with this statement? Myname = 'robin';
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What are the advantage of c language?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Differentiate abs() function from fabs() function.
can anyone please tell about the nested interrupts?
Can a function argument have default value?
What are the functions to open and close file in c language?
What is s or c?
Write a program to print fibonacci series using recursion?