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 42791

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 7132

Post New GATE C Interview Questions




Un-Answered Questions

Name the branch of zoology dealing with whales called?

478


how to calculate load for a bungalow and 1column carry how much load if the size of column ,9"*15" .....or total structure load......

1416


Is there a free version of outlook for windows 10?

1


Can dll be a virus?

467


Rules for multilateral trade in agricultural products were already in place at the end of the uruguay round. What is the purpose of the agricultural negotiations under the doha round?

558






what is Automated smoke test suit? and why we use thah in QTP??

1642


if you will not get success this time then what will you do?

713


How does "updatesourcetrigger" affect bindings?

107


hi i have applied for lic of india south cenrtal zonal ,hyd. i didnt get hall ticket till now.let me know how can i get form internet

1468


Differentiate between pre-emptive and non-pre-emptive scheduling.

655


According to ad policies, what types of words, phrases, or characters can not be included in an adwords text ad?

5


Is the msmqintegrationbinding used the msmq.formatname scheme or the net.msmq scheme?

534


What is the Banker's algorithm?

711


How does lookup work in excel?

255


What is the difference between gnu and linux?

442