main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26693main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19088#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 20005#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 6171Post New Ramco C Interview Questions
What are the deployment models available in cloud computing?
What attracted you to Chevron?
Why is buprenorphine less addictive than other opioids?
What is soap and rest web services?
Why angular is so popular?
2. What is ultrasonic flowmeter?
How would you diagnose or do exception handling in the pig?
Explain the significance of the & and && operators in pl sql.
what is the trip circuit supervision in an electrical meaning?
What is the folder structure of cakephp?
is there easy guide for the latest India tax & accounting information for 2010?
Hello SAP HR Functional Consultant with 2 .4 year of experience in SAP HR R/3 One implementations. Experience on OM and PA modules. Good SAP knowledge in PA, OM, PD, Recruitment, Benefits but i have some difficulties in intrivew how to expain my job
What is the meaning of tristate signal in electronics?
How do you handle setbacks in AI research and development?
What are the features of angular?