proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
7 10474f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 20858If "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 9559f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10509Post New Hughes C Interview Questions
What are the advantages of a centrifugal pump over a reciprocating pump?
What's the difference between efficiency and productivity?
all types instrumentation questions want
what is chore commit property?
What is the meaning of jumla?
What is skimming explain?
Is there some way to get a list of errors from Analyze?
List the types of web services.
What is env in laravel?
what is the syllabus for the rrb sec. eng. posts iam from automobile engg.
why Nacl solution called as brine solution?
Why do we use ienumerable in c#?
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?
Is it possible to replicate data from sql server to oracle? : sql server replication
Explain me what is x+ mode in fopen() used for?