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 8746

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

6 13568

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 18082

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 8525

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

7 9177

Post New Hughes C Interview Questions




Un-Answered Questions

Why do we use using namespace std in c++?

709


What is the difference between mongodb and couchdb?

5


What are the various ways to measure the effectiveness of an advertising campaign?

675


What is the use of dhtml?

538


How many ways you can access file using VB?

659






What are the benefits of using JSF Framework?

74


What is lazy loading effect?

236


What is the importance of dfs.namenode.name.dir in HDFS?

41


What is a char in java?

618


Why is namespace called "ng"?

527


Can you migrate the code from java to kotlin? If yes how do you do it?

122


What are functions in the sql server?

688


What are the different models used for deployment in cloud computing?

355


How to erection of DCS Panel at site step by step

1085


Tell me about your weakness and hobbies?

770