i want to job in your company, so how it will be possible.
Answer Posted / rakesh ranjan
THIS QUESTION DOESNT BELONGS TO TECHNICAL SECTION SO PLEASE AVOID SUCH KINDS OF QUERIES HERE........................................................................................THANXXXX
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what are linked list?
how to write a c program to print list of fruits in alpabetical order?
What is calloc() function?
What are high level languages like C and FORTRAN also known as?
what are enumerations in C
What are lookup tables in c?
What is wrong with this code?
Why array is used in c?
What is a floating point in c?
how to find anagram without using string functions using only loops in c programming
How can a number be converted to a string?
What is main () in c language?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Write a program to swap two numbers without using third variable?
Is it possible to have a function as a parameter in another function?