main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 25275main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 17201#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 18997#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 5526Post New Ramco C Interview Questions
At 50 Centigrade (Diesel oil) what is its cast?
What are the power bi dataset, report, and dashboard?
How do you quickly merge cells in excel?
Explain about continuable exceptions?
what is the difference between hconn and hconnx?
How can I speed up my spark?
Is c# still popular?
what are wrappers and build ups and what it's use?
What are php loops?
How to retrieve a physical file after deleting that?
Will upgrading from windows 7 to windows 10 delete my files?
What is a buffer in computer?
Which types of charts can excel produce?
How you set authentication in websphere mq?
Can we deploy a servlet in tomcat?