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
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
In C programming, how do you insert quote characters (‘ and “) into the output screen?
write a c program to find the sum of five entered numbers using an array named number
what is ur strangth & weekness
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the difference between union and anonymous union?
write a progrmm in c language take user interface generate table using for loop?
ATM machine and railway reservation class/object diagram
develop algorithms to add polynomials (i) in one variable
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
How can I implement sets or arrays of bits?
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.
What are compound statements?
Do you know the difference between malloc() and calloc() function?
What is dynamic dispatch in c++?