main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 24924main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 16811#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 18777#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 5381Post New Ramco C Interview Questions
Explain the difference between and exec cics xctl and an exec cics link command?
What is aura? Why do we use the aura: namespace in the code?
Please explain what is mvc and why do we use it?
Regarding vat return,I have 3 units can i return at a time for 3 units vat return only one vat form. Kindly suggetion the same how to do.
Where can I learn excel for free?
Can you edit an apex trigger/ apex class in production environment? Can you edit a visual force page in production environment? : salesforce crm
In which language codeigniter is written?
Explain about busy waiting?
Explain any scenario occurred you to work beyond governor limits?
How do you choose a design pattern?
What is rdd in python?
What is sequences in postgresql?
Can you move your program files to another drive?
In people soft can we delete online page?
What is test environment?