Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

GATE C Interview Questions
Questions Answers Views Company eMail

#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 42758

main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 7126

Post New GATE C Interview Questions




Un-Answered Questions

What are the common ways to handle missing data in a dataset?

85


What class is used to create Server side object ?

1658


What is logistics in the fscm?

5


how would you look at a trail file using logdump, if the trail file is encrypted?

5


How do I see processes in linux?

444






What is colorstatelist?

511


What is the do while activity in uipath?

195


You are a project manager working on contract with a company in a foreign country. At the project kick-off meeting, you are given an expensive-looking gift. The person who presented this to you said that it is customary in their country to give their business partners gifts. What is the most appropriate response? A. Thank them and decline. Explain that this is considered personal gain, which is unacceptable in your country. B. Thank them and accept. You don't believe there is a conflict of interest or an integrity issue at stake. C. Thank them and decline. Explain that this is considered a conflict of interest, which is unacceptable in your country. D. Thank them and accept since you know that it would be considered offensive to decline the gift in their culture. Immediately report the acceptance of the gift to the appropriate parties at your company so that your actions are not called into question later.

772


Which condition will prevail for the design of a swimming pool ? When the pool is empty or when it is filled ?

1952


Why is microsoft azure good?

295


low frequency protection why recomend?

1807


What is a shell script in windows?

574


how do you define an altindx ? How do you use altindxs in batch, cics programs?

594


What is recursive workflow rule? How to avoid recursive workflow rules?

246


When would you use oauth vs openid?

180