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 11065

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

6 15355

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 21534

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 10000

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

7 10955

Post New Hughes C Interview Questions




Un-Answered Questions

What is the default value of "vbroker.agent.debug" property?

3375


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

1990


what is the standard values(Megger test) of resistances between L&N,L&E and N&E for a system on IEE regulations?

2316


Which kind of parameters cannot have a default value in pl sql?

1212


What is the conversion rule of lae/idoc?

1354


What happens if you don't declare a variable?

751


List the logical databases that exist in hr.

1013


Explain idoc extension. How do you do it?

1057


What do you understand by cloud computing and where is it pre-dominantly used?

703


Brief me about maintenance planning & sheduling of machine tool.

2185


What are the loadrunner testing process?

1172


How to add verification steps to tests?

9856


What is block in ios swift?

950


Is it possible that jquery html work for both html and xml document?

786


Explain how can we increase the execution time of a php script?

1044