proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
7 10845f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 21301If "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 9825f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10789Post New Hughes C Interview Questions
What is the practical particle size limit for pneumatic conveying?
I need to connect a synchronous generator to the grid using automatic synchronization and two circuit breakers (one for synchronization, one for end connection to the grid), how to determinate the required diameter of the cables?
What are joins, explain all types of joins?
Suppose U solve a problem and after that U are getting an almost same problem with high complexity (and lower complexity). How will U approach to the next problem.
What was the old name of php?
how calculate the bearing number from inner and outer dia of bearing
What is 'important' declaration?
When did national commission for space research institute thumba equatorial rocket launching station commissioned ( terls )?
When can an object reference be cast to an interface reference in java programming?
What does the array operator '===' means?
sir,i m mech. engg final year student, please send me technical test question with answer for gail,bhel,sail& also useful for other psu exam. thank you....
What's the difference between clustered and non-clustered indexes?
What are the generally asked questions for a Person who is attending Network protocol testing L2/L3.
What is a Master Calendar?
What do you understand by synchronization? Why is it important?