Answer Posted / sandeep
because iam efficient of doing this job
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is reason of your company position's in india no. 1.
When should we use pointers in a c program?
What are integer variable, floating-point variable and character variable?
Tell us two differences between new () and malloc ()?
Why c is called object oriented language?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Where is c used?
What are near, far and huge pointers?
What is a structure and why it is used?
Can a file other than a .h file be included with #include?
What is nested structure in c?
What is function what are the types of function?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why do we use static in c?