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 8155

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

6 12952

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 17227

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 8054

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

7 8579

Post New Hughes C Interview Questions




Un-Answered Questions

Which is faster dictionary or hashtable?

433


What is a PM round of interview? What do they ask?

2711


What are the other notifications?

537


What does * args mean in python?

460


What is microsoft visual c++ 2010 x86 redistributable?

548






what are the new role of human resource develpment

1559


What are the different types of JSF events?

77


What is hashing in java?

556


Is c# pass by value?

483


What is the long-term goal or vision for silverlight?

5


What is prototype for that c string function?

682


Is social media marketing better for b2c or b2b businesses?

263


What does %p mean?

580


Who is an adoptive entrepreneur?

5


What is meant by deque?

487