proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
7 5927f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 10847If "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 5878f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 5813Post New Hughes C Interview Questions
Can you have more than one cursor open at any one time in a program ?
State 'law of machines'?
Which program construct must return a value?
Where is unix operating system used?
How do you do sparklines?
Tell me the example of username validation in apache-wicket?
What is the method to register a variable into a session?
How to create a session? How to set a value in session? How to remove data from a session?
What processes are the best fits for rpa automation?
How is character variable converted into numeric variable and vice versa?
Can you change outlook email?
What is the excel row limit?
Is it required to lay GI wires along with GI/MS conduits from one point to another point though separate earthing cable is conncted from DB to Socket?
What is ng build?
what testplan contents and what test strategy contents,what is the diff b/w them