Answer Posted / sumit
Its a simple economics, you want man power with required
skill set and I want money for my livelihood.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain the bubble sort algorithm.
What is a program flowchart and explain how does it help in writing a program?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain the process of converting a Tree into a Binary Tree.
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
List the difference between a "copy constructor" and a "assignment operator"?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain can static variables be declared in a header file?
What are Macros? What are its advantages and disadvantages?
Is it better to use a macro or a function?
Why string is used in c?
What is memcpy() function?
What does return 1 means in c?
Can i use “int” data type to store the value 32768? Why?
please send me the code for multiplying sparse matrix using c