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



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

Answer / 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

More C Interview Questions

which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,


we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

4 Answers   Google,


1,1,5,17,61,217,?,?.

3 Answers   Apple,


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


What should not contain a header file?

2 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


Is c call by value?

1 Answers  


How can you increase the size of a dynamically allocated array?

1 Answers   TISL,


Can we declare variable anywhere in c?

1 Answers  


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


Please list all the unary and binary operators in C.

3 Answers  


Categories