proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
7 11065f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 21534If "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 10000f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10955Post New Hughes C Interview Questions
What is the default value of "vbroker.agent.debug" property?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
what is the standard values(Megger test) of resistances between L&N,L&E and N&E for a system on IEE regulations?
Which kind of parameters cannot have a default value in pl sql?
What is the conversion rule of lae/idoc?
What happens if you don't declare a variable?
List the logical databases that exist in hr.
Explain idoc extension. How do you do it?
What do you understand by cloud computing and where is it pre-dominantly used?
Brief me about maintenance planning & sheduling of machine tool.
What are the loadrunner testing process?
How to add verification steps to tests?
What is block in ios swift?
Is it possible that jquery html work for both html and xml document?
Explain how can we increase the execution time of a php script?