Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 10474

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

6 14871

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 20858

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 9559

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

7 10509

Post New Hughes C Interview Questions




Un-Answered Questions

What are the advantages of a centrifugal pump over a reciprocating pump?

1142


What's the difference between efficiency and productivity?

2065


all types instrumentation questions want

2124


what is chore commit property?

5


What is the meaning of jumla?

103


What is skimming explain?

482


Is there some way to get a list of errors from Analyze?

1051


List the types of web services.

703


What is env in laravel?

968


what is the syllabus for the rrb sec. eng. posts iam from automobile engg.

2467


why Nacl solution called as brine solution?

3729


Why do we use ienumerable in c#?

821


When I link to an external excel odbc, I get the error "excel catastrophic failure error". How do I deal with this? What could be the probable solution?

50


Is it possible to replicate data from sql server to oracle? : sql server replication

1039


Explain me what is x+ mode in fopen() used for?

961