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

Hughes C Interview Questions
Questions Answers Views Company eMail

proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 8179

int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 12995

f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 17273

If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 8074

f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 8621

Post New Hughes C Interview Questions




Un-Answered Questions

How to calibrate or test an LT Air Circuit breaker 440 volts, 35 KA, 800 Amps ?

2116


What are the terms cics generally means?

566


What are the various options to download the version of a node module?

232


what is the eligibility criteria of mico bosch

2846


Explain hard disk? : Dot net architecture

572






What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?

604


How do I make a particular task run everyday by 10pm?

411


An ELHNC 80amp 240v 30mA RCD is tripping periodically, every 30 - 180 seconds is it safe to disconnect the protection circuit?

1619


What is memory-management unit (mmu)?

637


When to use {{}} ? How to interpolate variables or dynamic variable names?

1


Forms of big data?

339


What are distributed systems?

582


What is the log shipping?

582


Using the example of the Thief-like AI system in the previous section, how do you implement the 'search for player' behavior for the guards, and get them to search an area in a believable fashion? How do you make sure this searching behavior isn't too challenging for players, and ensure that it's usually possible for the player to escape the search if he plays the game well?

1024


What are configuration elements?

403