main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 27129main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19593#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?
4 20308#include
#include
#include
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
3 6405Post New Ramco C Interview Questions
How do you transfer a word document to pdf?
What does the aws storage gateway provide?
Why is work scheduling required for semi finished and finished products?
What does sqldatareader return?
Explain sortbykey() operation?
What is alias ? Is it used in .Net ?
What is use of model in laravel?
What is openquery?
What are sql dirty pages?
Explain what is a cause effect graph?
What is the new security features added in sql server 2016? : sql server security
What are the two editor modes in which we can configure the sap transport routes? : transportation management
Explain how to improve your performance in views?
How mongodb is better than other sql server databases?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)