main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 22977main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 14801#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 17459#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 4786Post New Ramco C Interview Questions
What is the difference between length and length() method in java?
What is ms sql server index?
Describe dimension reduction in machine learning.
How do I add a logo to all slides in powerpoint?
What is BIBO stability?
What is python's parameter passing mechanism?
Why is button parameter “command” executed when declared?
What stateless linux server?
Why do we need volatile in c?
what are the approaches to current account convertibilitry
Who is the biggest player in the online retail industry?
What are the various levels of constraints?
Can I still use server-side inclusions?
i want to know the interview format fot gail, instrumentation. pls answer me in habib.sami1003@gmail.com
How do you define a block?