what is the role you expect in software industry?
Answer Posted / ragu
to done my job efficiently.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the difference between malloc calloc and realloc in c?
Difference between strcpy() and memcpy() function?
What is actual argument?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is the explanation for the dangling pointer in c?
Why should I prototype a function?
What are the complete rules for header file searching?
what is a function method?give example?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
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
What is a structure in c language. how to initialise a structure in c?
What is masking?
Tell us two differences between new () and malloc ()?
Where static variables are stored in c?
How will you find a duplicate number in a array without negating the nos ?