adspace


hello freinds next week my interview in reliance,nybody has
an idea about it intervew questions..so tell

Answer Posted / Ankit Sharma

Unfortunately, I cannot predict the exact interview questions for your specific situation. However, you can prepare for common interview questions related to your position and expected competencies such as problem-solving skills, teamwork, communication, and technical knowledge.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2513


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1609


write a c program to find the sum of five entered numbers using an array named number

2238


what is ur strangth & weekness

2584


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2822


What is the difference between union and anonymous union?

1395


write a progrmm in c language take user interface generate table using for loop?

2120


ATM machine and railway reservation class/object diagram

5333


develop algorithms to add polynomials (i) in one variable

2255


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1179


How can I implement sets or arrays of bits?

1114


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2391


What are compound statements?

1285


Do you know the difference between malloc() and calloc() function?

1131


What is dynamic dispatch in c++?

1132