Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


i want to job in your company, so how it will be possible.

Answers were Sorted based on User's Feedback



i want to job in your company, so how it will be possible...

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

i want to job in your company, so how it will be possible...

Answer / mani

if there is a vacancy in that company.

Is This Answer Correct ?    0 Yes 2 No

i want to job in your company, so how it will be possible...

Answer / sundar

if they want any vacancy i will try it

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Interview Questions

What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


write a program to copy a string without using a string?

2 Answers  


What is optimization in c?

0 Answers  


Explain data types & how many data types supported by c?

0 Answers  


Write an interactive c program that will encode or decode a line of text. To encode a line of text, proceed as follows: Convert each character, including blank spaces, to its ASCII equivalent. Generate a positive random integer. Add this integer to the ASCII equivalent of each character. The same random integer will be used for the entire line of text. Suppose that N1 represents the lowest permissible value in the ASCII code, and N2 represents the highest permissible value. If the number obtained in step 2 above exceeds N2, then subtract the largest possible multiple of N2 from this number, and add the remainder to N1. Hence the encoded number will always fall between N1 and N2, and will therefore always represent some ASCII character. Display the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text. Be certain, however, that the same random number is used in decoding as was used in encoding.

1 Answers   Amazon, CSJM, HCL, Microsoft, TCS, Wipro,


How can I access a memory located at certain address?

2 Answers   CSC,


How would you write qsort?

1 Answers  


What are the different types of pointers?

4 Answers   HCL, TCS,


Write a program to implement queue.

0 Answers   Aricent,


what is a void pointer?

2 Answers  


why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }

3 Answers  


Categories