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 8186

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

6 13008

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 17278

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 8086

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

7 8623

Post New Hughes C Interview Questions




Un-Answered Questions

This person established the one fluid theory of electricity and performed some of the first investigations into electrical grounding and insulation:

479


What is python namespace?

493


How to secure your data for transport in cloud?

330


Whether any commands are used for months calculation? If so, what are they?

594


What does merge formatting mean?

322






Explain how do I get a call when my ipad rings?

451


How do I fix outlook not sending emails?

1


What is mapper in map reduce?

369


Where can I download linux os for free?

468


What are the methods of array in java?

487


where you can save the report net documentation in our local system?

634


What does (+) mean in sql joins?

523


What is the use of http interceptor?

387


What is replace in word?

325


In om, how to get the details for a group of employees (ex.) Group of drivers in the organization?

543