i want to job in your company, so how it will be possible.
Answers were Sorted based on User's Feedback
Answer / 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 |
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
what is a stack
What is use of pointer?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
How to add two numbers with using function?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
why java is called as a purely oops language.
Can I initialize unions?
what do you mean by enumeration constant?
what is recursion in C
why we are using float in C
how to swap 2 numbers in a single statement?